• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Oscommerce

W

whryzak

Guest
I have tried to install Oscommerce on Plesk8 ( Suse 10). When I click on Continue on the second Installation screen of Oscommerce ( New Installation
Please customize the new installation with the following options: ...) it hangs and dont go to the next screen. There comes no errors . What is wrong ?
 
Apache error-log

Ther is following error:
PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'wwwrun'@'localhost' (using password: NO) in /httpdocs/catalog/includes/functions/database.php on line 19
 
Re: Apache error-log

Originally posted by whryzak
Ther is following error:
PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'wwwrun'@'localhost' (using password: NO) in /httpdocs/catalog/includes/functions/database.php on line 19


This looks like a MYSQL problem. Make sure you have PHP and MYSQL installed correctly.

You must also create a new database and user for OScommerce to install.
 
I had same trobule.

Modify .htaccess to

php_value register_globals 1
php_value register_long_arrays 1

Works.


Alejandro
 
Back
Top