• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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