1
Happy new year to all,
I have a running XOOPS 2.0.9.2 website which i need to move on a new machine. I retrieved all the source files with the "mirroring" option of wget using the command:
wget -m --verbose --html-extension -o wget.log
ftp://xxx:xxx@wwwwww.ca/httpdocs/I used PhpMyAdmin to copy the contents of the XOOPS database into the new server with success. I chmod' 777 templates_c cache and uploads directories first with and then without emptying the contents of the first two directories. I also edited mainfile.php. Now when I try to acess the site, I get a blank page. No outputs on the webserver's error log. I could get neither php nor MySQL create logs in /var/logs. I modified inlude/common.php to activate php debugging, still the same blank page. I activated php, sql and smarty debugging through phpmyadmin, but still the same blank page.
I read in the forums that the problem could be due to an incomplete file transfer but I don't know how to check for it. Our host is very restrictive and offers only ftp access to our files. I browsed the logfile created by wget... The file is very big. I searched it but could not find severe problems reported.
I also read on the forums about the idea of installing fresh source files from the tarball and installing the database contents on top of it. I could not find in the downloads section of the XOOPS website the source of v2.0.9.2 so donno how to accomplish that either.
I am using (on the new server)
*debian sarge with a 2.4.27-2-386 kernel
*apache 1.3.33-6sarge
*php 4.3.10-16
*MySQL 4.0.24-10sarge
I am running out of ideas now. Please please help me:
servet