• 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.

WebShopmanager now fails

galaxy

Regular Pleskian
Since upgrading to plesk 8.0.1, the WebShopmanager application now fails. I've tried turning off safe_mode but it doesn't help.

The errors in the error_log are:

PHP Warning: file(dbase.txt): failed to open stream: Permission denied in /home/httpd/vhosts/yourhost.com/httpdocs/shoppingcart/functions.php on line 34, referer: http://yourhost.com/

PHP Warning: file(dbase.txt): failed to open stream: Permission denied in /home/httpd/vhosts/yourhost.com/httpdocs/shoppingcart/index.php on line 92, referer: http://yourhost.com/

Anybody using this application?
 
I've often run across this when certain applications need magic_quotes on. Check your php.ini file to see if magic_quotes is off or on. Usually magic_quotes can be a bad thing to have turned on globally. If it is off, try adding a .htaccess file to the root directory of WebShopmanager with this one line:

php_flag magic_quotes_gpc On

Restart httpd and try it again.
 
Back
Top