Status
Not open for further replies.

LarryEitel

Customer
Trying to run thanksimport. I get:
Code:
Database error in vBulletin 4.1.1:

Invalid SQL:

				INSERT INTO dbtech_thanks_entry
					(entrytype, userid, contenttype, contentid, dateline)
				VALUES (
					'thanks',
					'1',
					'post',
					'9088',
					'1197569692'
				);

MySQL Error   : Unknown column 'entrytype' in 'field list'
Error Number  : 1054
Request Date  : Monday, January 17th 2011 @ 12:20:53 PM
Error Date    : Monday, January 17th 2011 @ 12:20:53 PM
Script        : http://v4/admincp/thanksimport.php?do=doimport
Referrer      : http://v4/admincp/thanksimport.php
IP Address    : 127.0.0.1
Username      : LarryEitel
Classname     : vB_Database
MySQL Version : 5.1.41
 
Like stated in the release thread for the Beta version, the importer is not currently supported to import into the Beta version.

Out of curiosity though, when did you download the importer?
 
Like stated in the release thread for the Beta version, the importer is not currently supported to import into the Beta version.

Out of curiosity though, when did you download the importer?

Turns out I had a slightly earlier version. However, although the import got further along, I DID get an error:

Code:
Database error in vBulletin 4.1.1:

Invalid SQL:

				INSERT INTO dbtech_thanks_entry
					(varname, userid, contenttype, contentid, dateline)
				VALUES (
					'thanks',
					'11225',
					'post',
					'11360',
					'1222737629'
				);

MySQL Error   : Duplicate entry 'thanks-11225-post-11360' for key 'unique_entry'
Error Number  : 1062
Request Date  : Tuesday, January 18th 2011 @ 09:54:52 AM
Error Date    : Tuesday, January 18th 2011 @ 09:54:52 AM
Script        : http://v4/admincp/thanksimport.php?do=doimport&startat=1154&pp=15
Referrer      : http://v4/admincp/thanksimport.php?do=doimport&startat=1139&pp=15
Classname     : vB_Database
MySQL Version : 5.1.41
 
I see. Try re-downloading the importer again, I changed it to ignore duplicate entries.

I guess that means the post thanks hack allows more than 1 thanks per user per post =/
 
Status
Not open for further replies.

Similar threads

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,049
Customer rating
5.00 star(s) 1 ratings
Back
Top