View Single Post
Old March 4th, 2010, 01:35 AM   #1 (permalink)
Mike_K
Member
Verified Customer
 
Join Date: Dec 2005
Location: Germany
Posts: 165
[4.0] Mysql-Error -> Link to Member Profile

Some Users - not all - causes an Mqsql error if they click on the members name in the classiefieds (links to the classifieds members profile site)

Code:
Content visible to verified customers only.

Quote:
An error was encountered during execution of the query: SELECT o.*,p.title AS title,p.cat AS cat FROM cp_iponline o LEFT JOIN cp_photos p ON (p.id=o.item) ORDER BY o.uid DESC,o.date DESC LIMIT 0,50 The query returned with an errorcode of: Table 'class_db4.cp_photos' doesn't exist If you need assistence or feel this is a 'bug'; please report it to our support forums at: Photopost Pro Bug Reports - PhotoPost Community To turn off these emails, set $debug=0 in your config-inc.php file.
That's correct.... the table cp_photos doesn't exist in the database!
Mike_K is offline   Reply With Quote