Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Plesk does't save any PHP settings for customers. For example, I set display_errors to 'On' and error_reporting to 'E_ALL & ~E_NOTICE' and Plesk put default settings in customer php.ini (display_errors to 'Off' and error_reporting to 'E_ALL & ~E_DEPRECATED').
Parallels Plesk Panel v10.4.4_build1013111102.18 os_CentOS 6
10.4.4 #13
FastCGI with globally safe_mode = off
I'm having an issue and its probably from the same case.
I've changed EVERYWHERE display_errors to 'On' but no errors apear! Global php.ini, client settings, subscription settings, domain settings, subdomain settings, all together or one each time. No errors apear.
Parallels Plesk Panel v10.4.4 #13 Debian 6.0.3
Apache with globally safe_mode = off
please everyone confirm if you are using PHP 5.2 or 5.3!?
I believe upgrading to PHP 5.3 would solve this problem, but the problem is how to do is from Plesk in 10.4.4 (I can see an option to upgrade PHP in 10.3.1 but not in 10.4.4)
I'm using PHP 5.2.6. But I don't know whether the bug still exists on my server with MU13. I tested it only with the version which was the current version on Dec 17.
I am also having a "similar" problem running under FastCGI
I have set safe_mode = Off in the global /etc/php.ini
In each domains /etc/php.ini the value shows as safe_mode ="off" (with "")
Running phpinfo(); shows safe_mode = off
However certain scripts like Openx & Joomla! 2.5 installer report
safe_mode = On
If I edit the domains /etc/php.ini and remove the "" to safe_mode = off the notifications go away.
Every time subscriptions are updated all the custom PHP values passed using the panel are enclosed in ""
Yesterday I updated to MU15. And my "apt-get dist-upgrade" under Debian 5 x64 said, that an update for PHP is available (which I installed).
Today I tested the PHP settings via Plesk per Domain. And it works! I don't know what fixed the error, whether MU15 or the MUs before or the PHP update. But for me the bug is fixed.
As a side note: The PHP update also replaced the config files and now safe_mode is Off by default.