PDA

View Full Version : Error on paid subscription delete.



jumpD
Sat 1st Nov '08, 5:15am
This is all I get since updating to 3.8.0 beta 2



DELETE FROM access
WHERE forumid IN () AND
userid = 113;
So it would appear that the forum ids are not available to the query.

Zachery
Mon 3rd Nov '08, 1:03pm
What is the full error?

jumpD
Wed 5th Nov '08, 3:54am
That is the full error. It's a database error. Happens on scheduled task every day or if you try to do it manually in the admincp. It has a blank () for forum id's and that results in a mysql error of course.


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 ') AND
userid = 113' at line 2This is with access masks turned on and used.