Plesk for Linux
DoNotDelete:docref
kb: technical
ABT: Group B
Applicable to:
- Plesk for Linux
Symptoms
-
Plesk updates are not installed correctly on Debian or Ubuntu.
-
Right after Plesk installation, the following error is shown on the login page:
CONFIG_TEXT: Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required 'auth.php' (include_path='.;C:\php\pear') in Unknown on line 0
Cause
Missing symbolic link /usr/local/psa/ -> /opt/psa/
.
Resolution
-
Connect to the server using SSH.
-
Remove the link
/usr/local/psa
if there is any:# unlink /usr/local/psa
-
Remove the directory
/usr/local/psa
if it exists:# rm -rf /usr/local/psa
-
Create a symbolic link
/usr/local/psa/ -> /opt/psa/
:# ln -s /opt/psa /usr/local/psa
-
Reinstall Plesk updates as described in the article How to update Plesk.
Comments
0 comments
Please sign in to leave a comment.