• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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