We're running Photopost 5.14 with Vbulletin 4.5 RC2, not fully integrated, but using the
VB logon and styles.
2 SQL errors are being reported on a fairly frequent basis :
Quote:
An error was encountered during execution of the query:
SELECT id,catname,thumbs,cattype,parent,password,theme FROM pp_categories WHERE id=all
The query returned with an errorcode of:
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 'all' at line 1 |
and
Quote:
An error was encountered during execution of the query:
SELECT id,catname,thumbs,cattype,parent,password,theme FROM pp_categories WHERE id=recent
The query returned with an errorcode of:
Unknown column 'recent' in 'where clause'
|
The implementation may be a little unusual in that we only have the members galleries and no additional categories.
I've not managed to reproduce any errors myself, so not sure what is causing them.
Site is at
http://www.readytogo.net/userphotos/
PHP Version 4.3.11
SQL 4.0.25