• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

php problems

R

rmatosplk

Guest
When access the url : https://localhost:8443 this error ocurred:

ERROR: PleskFatalException
StatInfo->getProductVersion failed: file_get_contents() failed:

0: /opt/psa/admin/plib/common_func.php3:169
psaerror(string 'StatInfo->getProductVersion failed: file_get_contents() failed: ')
1: /opt/psa/admin/plib/common_func.php3:35
getProductNameVersion()
2: /opt/psa/admin/htdocs/login.php3:22
 
Originally posted by rmatosplk
When access the url : https://localhost:8443 this error ocurred:

ERROR: PleskFatalException
StatInfo->getProductVersion failed: file_get_contents() failed:

0: /opt/psa/admin/plib/common_func.php3:169
psaerror(string 'StatInfo->getProductVersion failed: file_get_contents() failed: ')
1: /opt/psa/admin/plib/common_func.php3:35
getProductNameVersion()
2: /opt/psa/admin/htdocs/login.php3:22
Make sure the permission is set to 644 on /usr/local/psa/version and you have a legit Plesk version? If yes, might want to re-run the updater manually from shell:

/usr/local/psa/admin/sbin/autoinstaller

Make sure you have backup of your client's data first. The other option is to re-run the Plesk RPMs in /root/psa/PATH with the command:
rpm -ivh * RPM_FILE
 
Back
Top