• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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