FUCKK! I just tried adding my adsense code too, and now everything is back to a blank white page. Very frustrating. I entered the adsense code in the manage ads section of the admin panel. Now I can't get back into the admin panel, that's white too. So I went into the ads.php file on my sever and deleted the adsense code but no change. This is ridiculous.
*edit... ok you can get your site back back reuploading the original ads.php file. Editing it back to the way it was doesn't seem to do anything, but re-uploading it worked. Still, how the hell do you insert your adsense code without breaking the site? Google analytics code doesn't work either.
I went into the commands.php file and noticed that there is a reference here to ads.php and metas.php, the only 2 files so far that have been causing a blanks screen. I'm not technically inclined enough to figure out a correlation between this and the blank white screen problem, or if this is the cause at all. This is the commands.php file:
Code:
<?php
$db = new db();
if (!$db->db_connect()) { die("Database Error!!"); }
$currentpage = current_link();
include_once("ads.php");
include_once("metas.php");
?>
I'm not getting a database error though, just a blank white screen. I know the metas seemed to cause this and now the ads.php file being modified cause the same problem. Anyone?