View Single Post
Old
  (#3 (permalink))
Johnnie
Junior Member
 
Status: Offline
Posts: 3
Join Date: Aug 2003
08-05-2003, 02:26 PM

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.
   
Reply With Quote