• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

osCommerce not working after "Update"

A

AOTC

Guest
We are trying to use Plesk to roll out osCommerce for our clients.

It was working fine before and then I did an "Update" and all versions of osCommerce that I now install give me this error

==========
Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.
==========

When I try to change register_globals I cannot load it back to the server as the permissions are denied for FTP to etc/.

Has someone else been able to resolve this?

Cheers
Gabriel
 
Add to the existing .htaccess in the root of the directory (ie. httpdocs/) / or create a .htaccess file with

php_value register_globals 1

in it, you may also find that some OsC modules require -

php_value register_long_arrays 1


Cheers,
Graeme.
 
Back
Top