• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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