Hi,
I just set up a new website and uploaded the Basics theme from Mtechnic. and it includes the theme control so you can setup the top bar with scrolling messages, turn on/off flash etc.
but when I click onto it it gives me this line:
|
Code:
|
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bfg/public_html/includes/sql_layer.php on line 286 |
it'll let me edit everything but when I click save it loads the page again (as if it works) but nothing changes on the top.
I checked out the file and this is the line that is bad:
|
Code:
|
case "MySQL":
$row = mysql_fetch_row($res);
return $row;
break;; |
I've tried to take the sql_layer.php file from another time I've set up this theme on a different site that worked fine and uploaded it onto my new one and it didn't help.
Everything else works, this is the only thing wrong.
Thank you very much for your help
Evil Smiley