View Single Post
Old February 22nd, 2009, 07:37 AM   #7 (permalink)
azarl
Junior Member
Verified Customer
 
Join Date: Nov 2005
Posts: 24
Sorted it! (I think)

I output the variables $totalv and the query string, $query from the line above, to a text file. Line 3343 of pp_inc.php was trying to query a non-existent table - cp_feedback hadn't been created by the install process.

I tried to create it manually using the CREATE TABLE string from install.php and it produced a MySQL error - can't have a default value for the BLOB/TEXT field 'comments'. I've removed the default from it, run again and created the table. It appears OK now.
azarl is offline   Reply With Quote