• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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