• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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