vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=243510)

gnrx 02-25-2019 05:15 PM

Quote:

Originally Posted by iA1 (Post 2598590)
Can you get details of the error from your server logs? For me, I could only see the following error which does not indicate much:
Code:

proxy_access_ssl_log:494059:xxx.xxx.xxx.xxx - - [23/Feb/2019:02:25:58 +0x00] "POST /thanks.php HTTP/2.0" 500 1548 "https://www.mydomain.com/testing-zone/50100-test-copy.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36"

Hello.
Yes, this night I go to view this servers logs, I need to filter because in the last days I have migrated from the server and I had to make adjustments in the new one (I assume I will have errors that have nothing to do with it).
Filter and post results.

Erank 02-27-2019 09:50 PM

Hi,
First of all, thank you for this mod, it's a great one and just what I looked for!

While testing things in my site I've faced some very wired issue, when opening the dropdown (clicking on username) in the usernote.php page, all the ids in the links are of the user that those notes are of him, so all the actions are applying to him and not to the note's writer.

After some searches and digging I found that the problem is in the "/dbtech/thanks/hooks/statistics.php" file.
The solution is very simple and you can find it in the attached file, all it does is to get the `posterid` column instead of the `userid` column when the script is in notes.php.

Hope it will help you to improve this mod even more,
Eran.

https://f2h.io/7dol32z1ww9a

gnrx 02-28-2019 06:19 AM

Quote:

Originally Posted by iA1 (Post 2598590)
Can you get details of the error from your server logs? For me, I could only see the following error which does not indicate much:
Code:

proxy_access_ssl_log:494059:xxx.xxx.xxx.xxx - - [23/Feb/2019:02:25:58 +0x00] "POST /thanks.php HTTP/2.0" 500 1548 "https://www.mydomain.com/testing-zone/50100-test-copy.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36"

Hi,
In what file you view the error logs?
I search in my public_html/logs and not view any error like indicate you...

Regards!

iA1 02-28-2019 02:22 PM

Quote:

Originally Posted by gnrx (Post 2598647)
Hi,
In what file you view the error logs?
I search in my public_html/logs and not view any error like indicate you...

Regards!

I found it in the file named proxy_access_ssl_log in the logs folder. Maybe your server has different configuration.

gnrx 02-28-2019 02:34 PM

Quote:

Originally Posted by iA1 (Post 2598654)
I found it in the file named proxy_access_ssl_log in the logs folder. Maybe your server has different configuration.

In the Apache logs_error I view this:

Code:

[Tue Feb 05 01:26:21.461932 2019] [cgi:warn] [pid 31730] [client xxx:12000] AH01220: Timeout waiting for output from CGI script /usr/local/cpanel/cgi-sys/ea-php71, referer: https://www.xxx.com/foro/admincp/plugin.php?do=productdelete&productid=dbtech_thanks&s=

[Fri Feb 08 00:32:52.303982 2019] [cgi:error] [pid 30593] (70008)Partial results are valid but processing is incomplete: [client xxx:64860] AH01225: Error reading request entity data, referer: https://www.xxx.com/foro/recent_thanks.php

[Wed Feb 20 03:08:25.052586 2019] [:error] [pid 29888] mod_ruid2 www.xxx.com GET /foro/dbtech/thanks/clientscript/thanks.version.js?v=363 HTTP/1.1 chdir to /home/virtfs/xxx failed

[Wed Feb 20 03:08:25.066254 2019] [:error] [pid 30876] mod_ruid2 www.xxx.com GET /foro/dbtech/thanks/clientscript/jquery.qtip.min.js HTTP/1.1 chdir to /home/virtfs/xxx failed

[Wed Feb 20 03:08:25.076505 2019] [:error] [pid 30494] mod_ruid2 www.xxx.com GET /foro/dbtech/thanks/clientscript/thanks.js?v=363 HTTP/1.1 chdir to /home/virtfs/xxx failed


iA1 02-28-2019 02:38 PM

Quote:

Originally Posted by gnrx (Post 2598657)
In the Apache logs_error I view this:

Code:

[Tue Feb 05 01:26:21.461932 2019] [cgi:warn] [pid 31730] [client xxx:12000] AH01220: Timeout waiting for output from CGI script /usr/local/cpanel/cgi-sys/ea-php71, referer: https://www.xxx.com/foro/admincp/plugin.php?do=productdelete&productid=dbtech_thanks&s=

[Fri Feb 08 00:32:52.303982 2019] [cgi:error] [pid 30593] (70008)Partial results are valid but processing is incomplete: [client xxx:64860] AH01225: Error reading request entity data, referer: https://www.xxx.com/foro/recent_thanks.php

[Wed Feb 20 03:08:25.052586 2019] [:error] [pid 29888] mod_ruid2 www.xxx.com GET /foro/dbtech/thanks/clientscript/thanks.version.js?v=363 HTTP/1.1 chdir to /home/virtfs/xxx failed

[Wed Feb 20 03:08:25.066254 2019] [:error] [pid 30876] mod_ruid2 www.xxx.com GET /foro/dbtech/thanks/clientscript/jquery.qtip.min.js HTTP/1.1 chdir to /home/virtfs/xxx failed

[Wed Feb 20 03:08:25.076505 2019] [:error] [pid 30494] mod_ruid2 www.xxx.com GET /foro/dbtech/thanks/clientscript/thanks.js?v=363 HTTP/1.1 chdir to /home/virtfs/xxx failed


Thank you. Can I post this on https://www.dragonbyte-tech.com/thre...php-7-1.23315/ to get help from the author of this mod?

gnrx 02-28-2019 02:39 PM

Quote:

Originally Posted by iA1 (Post 2598658)
Thank you. Can I post this on https://www.dragonbyte-tech.com/thre...php-7-1.23315/ to get help from the author of this mod?

Yes, of course! :)

This is the error_logs in apache, I have others logs in others folders but I search and not view about "thanks".

MentorBR 07-28-2019 06:10 PM

The thank and approve dbtech_thanks buttons have stopped working after upgrading the http forum to https.

I also updated the vb4.2.3 forum to vb4.2.5 and I don't know if that could also be the cause.
Can someone give me a hand?

djbaxter 07-28-2019 06:19 PM

Your best bet is to contact DBTECH directly.

However, changing to https or upgrading should not be an issue to prevent them working.

Try one of these sites to check what isn't converting to SSL:

https://www.jitbit.com/sslcheck/

https://www.whynopadlock.com/

MarkFL 07-28-2019 09:16 PM

I'm using the pro version of this product on a site running vB 4.2.5 and converted to SSL, and it continues to work.


All times are GMT. The time now is 09:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04184 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete