• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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