Help! Setting up OSCommerce from home for a small project!

Permabanned
Joined
17 Jan 2006
Posts
1,971
Location
Haskins
Hi all.

I've installed Apache 2.0.55, MySQL 5.0.19, phpMyAdmin 2.6.3 and PHP 4.3.10 with OScommerce 2.2

Now, Apache, MySQL are set up and running, as is PHP.

I created a phpinfo.php file within htdocs and get the following image

php_install_success.gif


So thats working...

Now, I extraced phpMyAdmin straight into the htdocs folder, and have edited the config.inc.php file and edited (AFAIK) correctly.

However, when i go to http://localhost/phpMyAdmin/ I just get a directory listing, nothing actually seems to run and there is a link to INSTALL, but when I click on this it just says, read the documentation which doesnt really help me...

Also, if I move the 'catalog' folder from OSCommerce into htdocs folder, then go http://localhost/catalog/install/ (as per the install instructions), I just get another directory listing. Again, there is a 'link' in here to install.php. If I click on this, i get the following message:-

Code:
FATAL ERROR: register_globals is disabled in php.ini, please enable it!

Can anyone help me!?

Thanks
 
To clear that error message you need to add the following line to your httpd.conf

php_flag register_globals on
 
Back
Top Bottom