I'll describe everything I've done. After installing the 7.7 patch and running upgrade.php, I got the error messeage that my admin file couldn't be found. I checked my config file and saw that I had added the ".php" extension to the file name. I corrected it and then ran the upgrade.php file again and got blank pages for my entire site. I then executed the upgrade.sql file yet the blank pages remained. After checking the source of a blank page I saw this error (the page was black which is why I didn't notice it at first):
Code:
Fatal error: Call to a member function on a non-object in /home/mainsite/public_html/nuke/html/includes/javascript.php on line 32
I checked line 32 of the javascript file and it said:
Code:
$getwysigmodules = $db->sql_query("SELECT * FROM ".$prefix."_modules WHERE wysig_status = '1'");
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum