• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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