2011-04-11, 07:55 PM
My Info:
http://www.fallberry.com/forum/
MyBB 1.6.2
SQL Engine MySQL 5.0.92
The error happens when I click on Subscribed Threads in the UserCP. This started out of the blue. It was not doing this last week. Also, I just signed up as a dummy member to check with a new account. I don't get the error message with this new account.
Error Message:
Other information
I have a second installation of MyBB on a different domain, different server, but same host. I use it as a dev site. I am getting an error there too. But only for one of the two accounts I have set up there. At the other domain, the error is:
Finally, it surprises me that the database would be trying to delete something when I'm only asking to see what the subscriptions are.
http://www.fallberry.com/forum/
MyBB 1.6.2
SQL Engine MySQL 5.0.92
The error happens when I click on Subscribed Threads in the UserCP. This started out of the blue. It was not doing this last week. Also, I just signed up as a dummy member to check with a new account. I don't get the error message with this new account.
Error Message:
Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - 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 ') AND uid='1'' at line 3
Query:
DELETE FROM mybb_threadsubscriptions WHERE tid IN (,) AND uid='1'
Other information
I have a second installation of MyBB on a different domain, different server, but same host. I use it as a dev site. I am getting an error there too. But only for one of the two accounts I have set up there. At the other domain, the error is:
Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - 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 ',,,,,,,,,,,,) AND uid='2'' at line 3
Query:
DELETE FROM mybb_threadsubscriptions WHERE tid IN (,,,,,,,,,,,,,) AND uid='2'
Finally, it surprises me that the database would be trying to delete something when I'm only asking to see what the subscriptions are.