I do have a problem with the scheduled task for my paid subscriptions. The scheduled task does not run anymore (for quite a while actually). I checked about the footer template and that has not been modified and shows the piece for the scheduled tasks.
However, when I run the scheduled task manually I receive an error that the table "access" is missing.
Not sure how the table disappeared, but for now I am more concerned how to get things working again. What do I need as information to recreate the table? How can I fix this issue?
Chris
However, when I run the scheduled task manually I receive an error that the table "access" is missing.
Invalid SQL:
SELECT COUNT(*) AS masks
FROM access
WHERE userid = 11268;
MySQL Error : Table 'vb36x.access' doesn't exist
Error Number : 1146
Date : Wednesday, September 26th 2007 @ 11:08:50 AM
Script : http://www.domain.com/forums/admincp...ncron&cronid=6
Referrer : https://www.domain.com/forums/adminc....php?do=modify
IP Address : xxx.xxx.xxx.xxx
Username : Administrator
Classname : vb_database
SELECT COUNT(*) AS masks
FROM access
WHERE userid = 11268;
MySQL Error : Table 'vb36x.access' doesn't exist
Error Number : 1146
Date : Wednesday, September 26th 2007 @ 11:08:50 AM
Script : http://www.domain.com/forums/admincp...ncron&cronid=6
Referrer : https://www.domain.com/forums/adminc....php?do=modify
IP Address : xxx.xxx.xxx.xxx
Username : Administrator
Classname : vb_database
Chris
Comment