Hi,
So I've already solved a couple problems with my theme after I uploaded it to my website, but now I'm stumped on this one.
I don't know anything about php coding, just a good problem googler ;)
It would be great if anyone could help me with these three problems.
I get this error message in my header, where logo and menu are supposed to be:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/a7957668/public_html/wordpress-3.3.2/wordpress/wp-content/themes/Sample_template_copy2/divine.editablecontent.php on line 37
This one comes up in the billboard area (same message as in the header):
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/a7957668/public_html/wordpress-3.3.2/wordpress/wp-content/plugins/divine_billboard/billboard.php on line 30
And this on where the footer text is supposed to be:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/a7957668/public_html/wordpress-3.3.2/wordpress/wp-content/themes/Sample_template_copy2/divine.editablecontent.php on line 37
I would appreciate any help! Thank you!


