![]() | Join Date: Oct 2007 | Posts: 27 | Location: Syracuse, NY |
vBulletin error messages
I get a couple of error messages regularly, that I'd like to address and maybe someone here can help;
#1
Invalid SQL:
select * from rssfeed;
MySQL Error : Table 'mydomain_vbforum.rssfeed' doesn't exist Error Number : 1146
Date : Sunday, April 6th 2008 @ 11:39:45 AM
Script : http://www.mydomain.org/forum/cron.php?&rand=677094
Referrer : http://www.mydomain.org/forum/index.php
IP Address : xx.67.214.214
Username : Unregistered
Classname : vB_Database
#2
Invalid SQL:
SELECT rssfeed.*, rssfeed.options AS rssoptions, user.*, forum.forumid
FROM rssfeed AS rssfeed
INNER JOIN user AS user ON (user.userid = rssfeed.userid)
INNER JOIN forum AS forum ON (forum.forumid = rssfeed.forumid)
WHERE rssfeed.options & 1;
MySQL Error : Table 'mydomain_vbforum.rssfeed' doesn't exist Error Number : 1146
Date : Sunday, April 6th 2008 @ 11:28:10 AM
Script : http://www.mydomain.org/forum/cron.php?&rand=850718
Referrer : http://www.mydomain.org/forum/showthread.php?t=146
IP Address : xx.162.153.126
Username : Unregistered
Classname : vB_Database
I removed the domain name in case leaving it on the web was a hazard. vBulletin.com support said I have to create a table, but I need some direction on where and how to do it. If I see it once, I should be able to get it.
On another note, I get sometimes a half dozen spam registrations a day, many from .ru. Has anyone found a way to reduce this?
Thanks
Bill
#1
Invalid SQL:
select * from rssfeed;
MySQL Error : Table 'mydomain_vbforum.rssfeed' doesn't exist Error Number : 1146
Date : Sunday, April 6th 2008 @ 11:39:45 AM
Script : http://www.mydomain.org/forum/cron.php?&rand=677094
Referrer : http://www.mydomain.org/forum/index.php
IP Address : xx.67.214.214
Username : Unregistered
Classname : vB_Database
#2
Invalid SQL:
SELECT rssfeed.*, rssfeed.options AS rssoptions, user.*, forum.forumid
FROM rssfeed AS rssfeed
INNER JOIN user AS user ON (user.userid = rssfeed.userid)
INNER JOIN forum AS forum ON (forum.forumid = rssfeed.forumid)
WHERE rssfeed.options & 1;
MySQL Error : Table 'mydomain_vbforum.rssfeed' doesn't exist Error Number : 1146
Date : Sunday, April 6th 2008 @ 11:28:10 AM
Script : http://www.mydomain.org/forum/cron.php?&rand=850718
Referrer : http://www.mydomain.org/forum/showthread.php?t=146
IP Address : xx.162.153.126
Username : Unregistered
Classname : vB_Database
I removed the domain name in case leaving it on the web was a hazard. vBulletin.com support said I have to create a table, but I need some direction on where and how to do it. If I see it once, I should be able to get it.
On another note, I get sometimes a half dozen spam registrations a day, many from .ru. Has anyone found a way to reduce this?
Thanks
Bill





Linear Mode

