It seemed so easy ... I just wanted to do what so many others have successfully done before. But it just won't work.
I have a XOOPS website,
http://www.tropictech.de . No problem there. But I thought about some bigger changes which I don't want to do online, so editing a local copy would be nice. Additionally, I'll move to another server in a few weeks so I thought this would be a good test.
What I did:
1. Make backup copies of my site and the sql database. I already did that more or less regularly (daily when I changed something at the site), so no problem here.
2. I first tried Xampp, but after that, tried Xsas, both with the same end result - the default Xsas site runs perfectly though.
3. Import the downloaded database to the MySQL at localhost. No problem here either, as the database is only 1.5mb currently. One of the many instructions i read suggested i should "analyse" and "repair" the database, but that didn't change the result.
4. Copy all the files of my site backup to the local directory where the "www" directory is. I first tried a subdirectory, then the main directory, no change.
5. Adjust mainfile.php, of course, to the new settings.
All I get is a blank white page!
Other things i tried (with no other result):
- removed all php.ini and .htaccess that are somewhere in my site
- exchanged all occurences of
http://www.tropictech.de in the database to localhost
- setting the site
http://www.tropictech.de to phpdebug before exporting the database
- recovery.php also returns a white page
- xoopsinfo.php also returns a white page
- absolutely nothing in the apache log (besides the note that the server started, of course)
- one of the MANY threads i read about the procedure suggested installing a local xoops, overwriting the files with the real site afterwards, and exchanging the database contents. installing a local XOOPS works, but only white pages after copying over the site content.
- removed the XOOPS protector
- of course no file or directory is write-protected
xoops 2.2.3, news 1.44, cbb 2.31, wf-downloads 2.05, XOOPS protector 2.37.
There simply MUST be something i have not thought about, but I am ready to give up if nobody has an idea.