View Single Post
  #2 (permalink)  
Old 08-05-2003, 01:14 PM
chatserv chatserv is offline
Moderator
 
Join Date: Jan 2003
Posts: 338
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