Quote:
|
Originally Posted by chatserv
Chnage line 286 of sql_layer.php from:
Code:
$row = mysql_fetch_row($res);
to:
Code:
$row = mysql_fetch_row($res);
echo mysql_error();
Upload it and see if the error message now returns additional information.
|
The only message I get is:
Quote:
|
Unknown column 'uid' in 'field list'
|
Which might have something to do with the IPB hack, and it appears before I enter the gallery and before the sql error message appears.