Question

I know that this question is asked many times before but I'm out of options and none of the answers given on Stackoverflow is helping.

I'm working on migrating a Magento webshop to another server, everything was working fine yesterday until I migrated the app/etc/modules, app/code/community, app/code/local, js and lib folders. Magento just gave me a blank page after that, I removed those folders (keeping the original Magento files) but all the pages are still blank.

My error logs don't give any detail about why the page isn't loading, and removing the # in the index.php for

ini_set('display_errors', 1);

Doesn't work either because the first error that is showing up is a PHP5.3 error because the client runs Magento 1.3.2.1 (fixed by using this tweak: http://spikomoko.wordpress.com/2009/08/19/magento-not-working-on-php-5-3).

Is there anyone with any information because I'm out of options.

Was it helpful?

Solution

Okay, found the answer.

I extracted my lib and js folder from a tar.gz file, this replaced the modified lib/Varien/Object.php with the original one. Causing a blank page error because the errors are disabled in the Magento index.php.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top