Photo Album Powered by: Mighty Gorgon Full Album Pack 1.4.1 © 2006
[based on Smartor Photo Album plus IdleVoid's Album CH & CLowN SP1]
When I go to Album and I click on "All Pictures" link I get the following message:
Could not count pics
DEBUG MODE
SQL Error : 1064 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 pic_cat_id = cat_id' at line 3
SELECT COUNT(pic_id) AS count FROM phpbb_album, phpbb_album_cat WHERE cat_id IN () AND pic_cat_id = cat_id
Line : 341
File : album_allpics.php
DEBUG MODE
SQL Error : 1064 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 pic_cat_id = cat_id' at line 3
SELECT COUNT(pic_id) AS count FROM phpbb_album, phpbb_album_cat WHERE cat_id IN () AND pic_cat_id = cat_id
Line : 341
File : album_allpics.php
At line 341 I have:
message_die(GENERAL_ERROR, 'Could not count ' . $album_view_type. 's', '', __LINE__, __FILE__, $count_sql);
I don't know if this is related to the fact that recently I upgraded to php 5.3.5... But can someone try to help me in solving that error?
Thanks.