vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=165673)

testerv 10-09-2013 03:29 PM

Quote:

Originally Posted by testerv (Post 2451276)
I'm still getting the 'table not existing' emails so I will delete the files and see if that helps.

It's odd that I've deleted all the files that I uploaded and uninstalled the product and I am still gettting error messages that state the forum.post_thanks table doesn't exist.

I would almost guarantee that the issue is with my lousy host.

Simon Lloyd 10-09-2013 03:45 PM

If you have a big board it's probably because the installation sequence is still running where it attempts to index each post and check for thanks while building the thanks table and as the table for that now doesn't exist because you've uninstalled it you are now getting the errors.

testerv 10-09-2013 04:40 PM

IS there a way to stop that installation sequence?

Simon Lloyd 10-09-2013 05:05 PM

You'd have to find the process on your server and kill it either through the server control panel like plesk or using ssh....etc or just wait until it bottoms out.

There may be remnants of the installleft behind which is causing the action, i suggest, close your board, upload the files, reinstall the product, wait for the processes to finish then uninstall.

testerv 10-09-2013 06:03 PM

How do I know when the process is finished? Are we talking about the process of indexing or the process of the uninstall?

Simon Lloyd 10-09-2013 08:15 PM

processes of indexing. If you install it again it may even correct the issue, but remember with a big board it can take some time and even time out, if it does just start the install again and it should happen quite quickly.

You'd have to check your server for the processes to see whats running.

testerv 10-10-2013 12:32 AM

My board in miniature at best. I'm sure this started due to an issue at my host. It usually times out when I try to upload or install something.

Simon Lloyd 10-10-2013 02:03 AM

in that case the have the timeouts set too low, or the max_packet set too low

rmd1 12-24-2013 12:00 PM

Quote:

Originally Posted by shakirulqadree (Post 2448697)
PHP Code:

DeprecatedAssigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 53

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 105

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 109

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 117

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 128

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 132

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 140

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 209

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 387

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/class_core.php on line 2553 



pliz hellp for mi

This is caused by using PHP Version >= 5.3.x - Silencing the error inside the post_thanks.php should not be the final solution, since the problem is still there, you only dont see it anymore.
It says the plugin is not supported anymore - any chance somebody else could upgrade the script so that we can use it with newer PHP Versions?

viper357 01-04-2014 06:29 PM

Quote:

Originally Posted by shakirulqadree (Post 2448697)
PHP Code:

DeprecatedAssigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 53

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 105

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 109

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 117

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 128

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 132

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 140

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 209

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 387

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/class_core.php on line 2553 

pliz hellp for mi

Quote:

Originally Posted by R*NightOwl (Post 1988580)
I was able to fix the depreciated errors, open "post_thanks.php",
replace

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

with

PHP Code:

error_reporting(E_ALL E_DEPRECATED); 

doesn't really replace or fix the depreciated code, but, at least it works.

That code is in my post_thanks.php file but I'm still getting the above errors. :(

Simon Lloyd 01-04-2014 06:53 PM

You need to turn off error reporting on your server in your php.ini and turn "display_errors = off"

Essential reading: http://www.php.net/manual/en/errorfu...rror-reporting

Max Taxable 01-04-2014 06:56 PM

Quote:

Originally Posted by shakirulqadree (Post 2448697)
PHP Code:

DeprecatedAssigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 53

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 105

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 109

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 117

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 128

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 132

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 140

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 209

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 387

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/class_core.php on line 2553 



pliz hellp for mi

The existence of ampersands in those lines in those files is usually the culprit, I have found. Find and delete them, ONLY on the lines indicated. Use a editor such as notepad++ so the links are defined and displayed as you edit.

ozzy47 01-04-2014 07:02 PM

This has been addressed before, this may help you.

Quote:

Originally Posted by R*NightOwl (Post 1988580)
I was able to fix the depreciated errors, open "post_thanks.php",
replace

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

with

PHP Code:

error_reporting(E_ALL E_DEPRECATED); 

doesn't really replace or fix the depreciated code, but, at least it works.


navidmoj 01-18-2014 11:37 AM

Hi
thank you for this great addon

I just updated my thx hack from an very old version (5.3 I think) to v7.7 but I think I don't have new options, for example I cant delete thanks as an admin

what should I do?

ye22 02-10-2014 09:33 PM

is there away to show the thanks score(number only) of the first post in threadbit as variable?

ForceHSS 02-10-2014 09:50 PM

Quote:

Originally Posted by ye22 (Post 2480272)
is there away to show the thanks score(number only) of the first post in threadbit as variable?

no and this mod is out of date

chefy 03-04-2014 11:00 PM

I want to remove all the thanks that a specific group of users gave to posts on my forum. Something like this (but in SQL query language obviously):

PHP Code:

if condition (userid=a,b,c)
delete all thanks these users gave to posts 

Help please.

mangmel 06-26-2014 04:00 AM

SELECT *
FROM " . TABLE_PREFIX . "post_thanks
WHERE userid = '".$this->existing['userid']."'
ORDER BY postid

where can i put user ID ? i want to remove all thanked posts by user

please help a little bit.:

mangmel 06-29-2014 07:07 AM

here is what i need help..

http://imageshack.com/a/img850/8148/zj3x.png

s_cocis 08-28-2014 08:05 AM

Hi,
how to collaps on default the informations on vb3 ? there is a flag ?

Fivestones 11-24-2014 08:52 PM

thanks a lt for this

boffin_adi 01-06-2015 05:45 AM

Hi Team Today i got this message Please check and give me a idea what i do

Database error in vBulletin 4.1.5:

Invalid SQL:

REPLACE INTO vb3search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (1, '122.162.214.235', 1, 'dheeraj.db99', '', 'post.dateline', 'DESC', 0.02775, 1, '2832', 1420530220, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{} s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:33821;s: 12:\"dheeraj.db99\";}s:6:\"forums\";i:0;s:7:\"opti ons\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childfo rums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'e315927dbcd262523c9bda9990e88942');

MySQL Error : Table 'databasename.vb3search' doesn't exist
Error Number : 1146
Request Date : Tuesday, January 6th 2015 @ 01:13:40 PM
Error Date : Tuesday, January 6th 2015 @ 01:13:40 PM
Script : http://www.faadooengineers.com/post_...r_gave&u=33821
Referrer :
IP Address : 122.162.214.235
Username : FaaDoO-Engineer
Classname : vB_Database
MySQL Version : 5.1.73-cll

ForceHSS 01-06-2015 06:08 AM

Quote:

Originally Posted by boffin_adi (Post 2530711)
Hi Team Today i got this message Please check and give me a idea what i do

Database error in vBulletin 4.1.5:

Invalid SQL:

REPLACE INTO vb3search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (1, '122.162.214.235', 1, 'dheeraj.db99', '', 'post.dateline', 'DESC', 0.02775, 1, '2832', 1420530220, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{} s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:33821;s: 12:\"dheeraj.db99\";}s:6:\"forums\";i:0;s:7:\"opti ons\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childfo rums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'e315927dbcd262523c9bda9990e88942');

MySQL Error : Table 'databasename.vb3search' doesn't exist
Error Number : 1146
Request Date : Tuesday, January 6th 2015 @ 01:13:40 PM
Error Date : Tuesday, January 6th 2015 @ 01:13:40 PM
Script : http://www.faadooengineers.com/post_...r_gave&u=33821
Referrer :
IP Address : 122.162.214.235
Username : FaaDoO-Engineer
Classname : vB_Database
MySQL Version : 5.1.73-cll

Dont double post the same problem and not in vb3 when you are using vb4 version

Gman2004 02-11-2015 01:29 PM

Could anyone help me walk through the install process?

Z@Zmaster 02-25-2015 02:04 AM

Hello! I have error:
Quote:

Database error in vBulletin 3.8.*:

Invalid SQL:
SELECT * FROM post_thanks AS post_thanks INNER JOIN user AS user USING (userid) WHERE post_thanks.postid IN () ORDER BY post_thanks.username ASC;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY post_thanks.username ASC' at line 1
Error Number : 1064
Request Date : Thursday, February 19th 2015 @ 06:23:48 PM
Error Date : Thursday, February 19th 2015 @ 06:23:48 PM
Script : http://www.*********.ru/post_thanks.php
Referrer : http://www.*********.ru/showthread.php?t=109155
IP Address : ***********
Username : Незарегистрированный
Classname : vB_Database_MySQLi
MySQL Version :
How fix it?

ForceHSS 02-25-2015 02:44 AM

Quote:

Originally Posted by Z@Zmaster (Post 2538645)
Hello! I have error:


How fix it?

Search fix has only been done in vb4 version

BirdOPrey5 02-25-2015 10:01 AM

Quote:

Originally Posted by ForceHSS (Post 2538648)
Search fix has only been done in vb4 version

This isn't the search bug.

The error is because there are no numbers between the parentheses...

Code:

... WHERE post_thanks.postid IN () ...
Unfortunately I do not know why it is happening or how to fix it- make sure there are some liked posts.

ForceHSS 02-25-2015 02:08 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2538667)
This isn't the search bug.

Was looking at my old post above got it mixed up with his :)

mdawg 04-03-2015 04:28 AM

How about making this for vb 5 - vb5 is the wave of the future!

I was stuck in vb3 for years but now that I've upgraded to vb5 over all I am glad I made the move.

BirdOPrey5 04-03-2015 12:25 PM

VB5 has a built in likes system.

SkepticalGaming 06-14-2015 12:44 AM

https://vborg.vbsupport.ru/

Right now after installation it displays Thanks spelled out instead of a button.
How can i use the image thats in the image folder under buttons.

ForceHSS 06-14-2015 03:42 AM

Quote:

Originally Posted by SkepticalGaming (Post 2547770)
Right now after installation it displays Thanks spelled out instead of a button.
How can i use the image thats in the image folder under buttons.

you have posted this same question in vb4 for this mod you need to post only in the one you are using and give more info ie if vb4 one what version no one can help

jazzyname 06-28-2015 04:51 PM

Im confused, as of 6-2015 is this updated and now safe to use?
I was using this and then pages was getting strange codes on top of pages. so i disabled it, the version checker read there was a 7.8
I cant seem to find it, and help would be appreciated thanks
Please Advise

blind-eddie 06-29-2015 12:51 AM

Quote:

Originally Posted by jazzyname (Post 2548834)
Im confused, as of 6-2015 is this updated and now safe to use?
I was using this and then pages was getting strange codes on top of pages. so i disabled it, the version checker read there was a 7.8
I cant seem to find it, and help would be appreciated thanks
Please Advise

What ever is in the first post above is what I am using and have been for a few years, without issue and I use: https://vborg.vbsupport.ru/showthread.php?t=266358, everything works greart. 3.8.8

Fynnon 03-05-2017 08:04 PM

could someone please update this mod, with 3.8.10 seeing this error in showthread

Code:

Invalid SQL: SELECT * FROM post_thanks WHERE postid IN (0Array) ORDER BY username ASC;

MySQL Error  : Unknown column '0Array' in 'where clause'
Error Number  : 1054
Script        : http://www.site.com/showthread.php?t=4251
Referrer      : http://www.site.com/forumdisplay.php?f=44
Classname    : vB_Database_MySQLi
MySQL Version : 5.5.52-MariaDB


Smitty 03-05-2017 09:10 PM

Quote:

Originally Posted by blind-eddie (Post 2548876)
What ever is in the first post above is what I am using and have been for a few years, without issue and I use: https://vborg.vbsupport.ru/showthread.php?t=266358, everything works greart. 3.8.8

I'm on vB 3.8.9 - Works as intended. No problems. Have also been using it for quite a few years.

flox80 03-10-2017 06:39 AM

can't get this to work on 3.8.11 - it gives me some database error. Any ideas?

Fynnon 03-10-2017 04:10 PM

Quote:

Originally Posted by flox80 (Post 2583583)
can't get this to work on 3.8.11 - it gives me some database error. Any ideas?

try to use an older verion of the file showthread.php

blind-eddie 03-10-2017 06:50 PM

Quote:

Originally Posted by flox80 (Post 2583583)
can't get this to work on 3.8.11 - it gives me some database error. Any ideas?

Would have a better idea if you were to post your database error in [CODE] brackets.

Manipulation 03-28-2017 10:06 PM

I upload the plug in and when I load a thread the page freezes.


All times are GMT. The time now is 05:05 AM.

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.04043 seconds
  • Memory Usage 1,903KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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