This is a discussion on Nothing Happens within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; The installation should be a piece of cake but when I run http://localhost/catalog/install nothing happens I just get a blank ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| The installation should be a piece of cake but when I run http://localhost/catalog/install nothing happens I just get a blank page. No errors, nothing! http://localhost/catalog/install/install.php http://localhost/catalog/install/index.php nothing! I can do a http://localhost/catalog/install/phpinfo.php so I know I'm parsing php code. I'm running NT4, Apache 2.0.46, PHP 4.3.2 and MySQL 3.23.55 I look like this Help me if you can! Thanks! |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Make sure register_globlas is on in php, and safe mode is off. Check these in php.ini. Make the changes and restart apache. If they are already set correctly I suggest checking the apache error logs. A blank white page can mean a php error. If your setting is to log but not display errors, they will only show up in the error log.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Thanks! I turned on the display_errors and now I can start to track down the problem. Thanks again! |
| Sponsored Links | ||
| ||