View Single Post
Old
  (#2 (permalink))
chatserv
Moderator
 
Status: Offline
Posts: 338
Join Date: Jan 2003
08-05-2003, 02:14 PM

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