|
Problem with the SECTION block
All,
I started to enter text into my section Block. The first time, I typed in plain text and created a section without problem. As I proceeded to entering more sections text, I got this error inside the SECTION screen:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /includes/sql_layer.php on line 286
case "MySQL":
$row = mysql_fetch_row($res);
return $row;
break;;
If I use analyze.php: I get this:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /includes/sql_layer.php on line 342
case "MySQL":
$row = array();
$row = mysql_fetch_array($res);
return $row;
break;;
Thanks for your help. Always something......
8) [/b]
|