| MySQL Error Report Emails
Started get a load of emails with the follow:
An error was encountered during execution of the query:
SELECT c.id,c.catname,c.thumbs,c.cattype,c.parent,c.theme,c.thumbtype,
c.sortorder,c.frames,c.intro,c.introtitle,c.introcopy,c.ratingtype,c.takevotes,c.ismember,n.userid
FROM categories c
LEFT JOIN notify n ON (n.userid='0' AND n.photo=c.id AND n.type=1)
WHERE c.id=3007
The query returned with an errorcode of:
Got error 127 from table handler
Any help would be appreciated.
Thanks Dave
|