I have the same problem as leemart44.
I tried to import but I got this error message from sql:
Code:
SELECT thanks.*, post.userid AS receiveduserid
FROM post_thanks AS thanks
LEFT JOIN post AS post ON(post.postid = thanks.postid)
WHERE id >= 0
ORDER BY id
LIMIT 250;
MySQL Error : Table 'maxingrs_forum.post_thanks' doesn't exist
Error Number : 1146
Request Date : Saturday, April 26th 2014 @ 02:20:17 AM
Error Date : Saturday, April 26th 2014 @ 02:20:17 AM
Script : http://domainname.net/forum/admin-login/thanksimport.php?do=doimport
Referrer : http://domainname.net/forum/admin-login/thanksimport.php
IP Address : **.***.***.***
Username : Username
Classname : vB_Database
MySQL Version : 5.1.73-cll