| Table 'reviewpost.notify' doesn't exist(FIXED)
Getting the following error with RP 3.0. Which upgrade should have created table reviewpost.notify?
An error was encountered during execution of the query:
SELECT c.catname,c.thumbs,c.cattype,c.parent,n.userid
FROM rp_categories c
LEFT JOIN notify n ON (n.userid=0 AND n.product=c.id AND n.type=1)
WHERE c.id=35
The query returned with an errorcode of:
Table 'reviewpost.notify' doesn't exist
|