October 26th, 2007, 07:15 PM
|
#1 (permalink)
|
| Member Verified Customer
Join Date: Dec 2006 Location: Chicago
Posts: 65
| mySql errors with upgrade
Hello,
I upgraded to version six and my photo gallery looks very strange now and I received several mySql errors: Quote:
An error was encountered during execution of the query:
SELECT id,user,userid,cat,storecat,ismature,title,bigimage,height,width FROM pp_photos WHERE approved=1 AND storecat=0 ORDER BY date DESC LIMIT 29
The query returned with an errorcode of:
Unknown column 'ismature' in 'field list'
| Quote:
An error was encountered during execution of the query:
SELECT id,user,userid,cat,storecat,title,ismature,bigimage,height,width, id*0+RAND() as rand_col FROM pp_photos WHERE approved=1 AND storecat=0 ORDER BY rand_col DESC LIMIT 29
The query returned with an errorcode of:
Unknown column 'ismature' in 'field list'
| Quote:
An error was encountered during execution of the query:
SELECT id,user,userid,cat,storecat,title,ismature,bigimage,height,width FROM pp_photos WHERE approved=1 AND storecat=0 AND cat IN (527,a) ORDER BY date DESC LIMIT 9
The query returned with an errorcode of:
Unknown column 'a' in 'where clause'
| You can view my photo gallery here: www.cheftalk.com/photopost/
Last edited by ChefTalk; October 26th, 2007 at 07:30 PM.
|
| |