1
I'm trying to copy my site from the hosted server to home server. I have made sure that all permissions and ownerships are correct. I've also made sure that the mainfile is relevant to local and not remote. I have emptied the cache folders and the browser cache too. I have two other sites on my local computer, a zen-cart and a drupal. These work fine. No matter what I try, all I get is a blank page with the following on it:
Strict Standards: Non-static method XoopsLogger::instance() should not be called statically in /var/www/html/bows/include/common.php on line 107
Fatal error: Class 'XoopsLogger' not found in /var/www/html/bows/include/functions.php on line 316
I have tried several things that I have found on the web and in the forum and cannot figure out what is wrong. A few things that are different is my setup is using php version 5.3.3 and the hosting company's is using 5.2.16. My version of mysql is 5.1.42 and the hosting company's is 5.1.47-community-log. Hosting is using Apache 2.2.17 and I'm using 2.2.16.
Does anyone have any ideas what is going on and how to fix it?
I'm using Xoops version 2.3.3 on Linux and the hosting is using Linux also. I wanted to bring the site down to my computer so I upgrade to the newest xoops in a local setting rather than live one.