I've seen the following error messages while using Photopost:
Admin -> Order Images
If I choose a category that is set to not to contain thumbnails, I get the following:
Quote:
We're sorry, but the system experienced an unrecoverable error. Please try again later.
Script:
Query: SELECT id,catname,thumbs,cattype,parent,thumbnail,sortorder FROM pp_categories WHERE id=notcat LIMIT 1
Result: Unknown column 'notcat' in 'where clause'
Database handle: Resource id #6
|
Perhaps it would be better just to display an error message saying there are no images in the category.
Also, if I have images in my upload queue and I click on the number in the upload page, I get this:
Quote:
We're sorry, but the system experienced an unrecoverable error. Please try again later.
Script:
Query: SELECT SUM(filesize) AS fsize FROM pp_photos WHERE userid= AND storecat=0
Result: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND storecat=0' at line 1
Database handle: Resource id #20
|