|
Hi,
I’m on linux hosting (no SSH Access), magento-check.php shows that I met all the requirements.
I uploaded the full releases files in subdomain “shop” at <http://shop.mydomain.com/>
I alrady set app/etc, var, media to permission 777
I modified line 438 and 439 at app/code/core/Mage/Core/Model/Config.php to change from HTTPS to HTTP, as I don’t have HTTPS enabled in my hosting server.
// $secure = isset($_SERVER['HTTPS']) || $_SERVER['SERVER_PORT']=='443'; // $scheme = ($secure ? 'https' : 'http') . '://' ; $secure = isset($_SERVER['HTTP']) || $_SERVER['SERVER_PORT']=='443'; $scheme = ($secure ? 'http' : 'http') . '://' ;
before installing, I already install the sql sample data into database
now, I run <http://shop.mydomain.com/downloader>
it said :
There’s an indication that Magento files already has been downloaded.
If you feel that you have arrived to this page by mistake, please continue installation:
Continue Magento installation
Then I click on “Continue Magento installation”, it redirect to “http://shop.mydomain.com/index.php/install/” with empty page, not page error.
Why is it empty page ? and how to fix this ? I suppose to see licensing info as the next step
Please help. Thanks.
Regards,
Vincent
|