1
That age old problem strikes again... running into a blank white page after migrating a site.
So, I backed up DB and site files. Imported DB and uploaded files to new server. Modified mainfile.php and run the new location in the browser and I get a blank white page. Turning debug on results in this:
Quote:
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Originating Server:FreeBSD 4.11-STABLE
PHP 4.4.2
Register_globals ON
MYSQL 4.1.19
Xoops 2.0.13.1
New Server:Linux Fedora 2.6.11-1.1369_FC4smp
PHP 4.4.2
Register_globals OFF
MYSQL 4.1.21
re-backed up the files and database incase they were corrupt, but that hasn't yielded any results.
Can anyone help?