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

ERROR: Service_Agent_Exception

fandar

New Pleskian
Hello,
after upgrade I cannot open plesk panel and I am getting this error

ERROR: Service_Agent_Exception
Eine Ebene höher
Unable to execute php_handlers_control: Error reading /etc/psa/php_versions.json: can not parse php_versions_info object : JSON object is expected. Error occured at offset 0, character '\x00'.

I have found that the file /etc/psa/php_versions.json is empty

Could anybody please attach here how the php_versions.json file should look like?
Thank You in advance
 
Here's an example:

Code:
{"php":[
{
	"id":"module",
	"path":"/usr/bin/php-cgi",
	"phpini":"/etc/php.ini",
	"version":"5.4.22",
	"displayname":"5.4.22",
	"type":"module"
},
{
	"id":"fastcgi",
	"path":"/usr/bin/php-cgi",
	"phpini":"/etc/php.ini",
	"version":"5.4.22",
	"displayname":"5.4.22",
	"type":"fastcgi"
},
{
	"id":"cgi",
	"path":"/usr/bin/php-cgi",
	"phpini":"/etc/php.ini",
	"version":"5.4.22",
	"displayname":"5.4.22",
	"type":"cgi"
},
{
	"id":"fastcgi-5.2.17",
	"path":"/usr/local/php-5.2.17-cgi/bin/php-cgi",
	"phpini":"/usr/local/php-5.2.17-cgi/etc/php.ini",
	"version":"5.2.17",
	"displayname":"5.2.17",
	"type":"fastcgi"
},
{
	"id":"fastcgi-5.3.27",
	"path":"/usr/local/php-5.3.27-cgi/bin/php-cgi",
	"phpini":"/usr/local/php-5.3.27-cgi/etc/php.ini",
	"version":"5.3.27",
	"displayname":"5.3.27",
	"type":"fastcgi"
},
{
	"id":"fastcgi-5.4.17",
	"path":"/usr/local/php-5.4.17-cgi/bin/php-cgi",
	"phpini":"/usr/local/php-5.4.17-cgi/etc/php.ini",
	"version":"5.4.17",
	"displayname":"5.4.17",
	"type":"fastcgi"
},
{
	"id":"fastcgi-5.5.1",
	"path":"/usr/local/php-5.5.1-cgi/bin/php-cgi",
	"phpini":"/usr/local/php-5.5.1-cgi/etc/php.ini",
	"version":"5.5.1",
	"displayname":"5.5.1",
	"type":"fastcgi"
}
]}
 
Back
Top