Quote:
Originally Posted by The Realist
Same error.
Im using phpmyadmin to run the query.
|
Sorry for intruding, but this query is a PHP code dependant query and you cannot run it in phpMyadmin, or in the admin cp query. That's why you are getting errors. MySQL doesn't know what a "$db_site->(query" is! LOL!
If you want to test the query (the MySQL way), just type this (and fill in the blanks):
PHP Code:
UPDATE thread
SET forumid = [forumid number where all the threads will be moved ]
Where lastpost <= [what move date value]
AND forumid != [forumid number where all the threads will be moved]
OR sticky != 1
BTW, this won't be a test on your forums ... it going to do the deed!