finbarr69
Basic Pleskian
We suffered a severe server crash and I have had to restore parts of /etc /var and /usr from the old hard disk after getting the server re-imaged. For some reason, plesk backups were missing. :-(
Almost back up and running, but when I go into Plesk and under Server Management, I click on Wordpress, I get this error:
Internal error: Decryption failed: error:00000001:lib(0):func(0):reason(1)
Message Decryption failed: error:00000001:lib(0):func(0):reason(1)
File aps_php.php
Line 7173
Type Exception
I have already followed this article, but it has not fixed my problem.
There are two wordpress installations.
In Mysql:
select name,value,registry_object_id from apsc.aps_registry_object_setting where name='admin_password';
gives me :
+----------------+----------------------------------------------------------------+--------------------+
| name | value | registry_object_id |
+----------------+----------------------------------------------------------------+--------------------+
| admin_password | $AES-128-**** | 6 |
| admin_password | $AES-128-**** | 12 |
+----------------+----------------------------------------------------------------+--------------------+
*I have starred out the real passwords*
I assume the passwords I need to update in there were the same as the result from cat /etc/psa/.psa.shadow ? Anyway, I updated them to that and it made no difference.
When I try to visit one of the Wordpress sites I get a 503 Service Temporarily unavailable.
In the error_log. I see:
[proxy:error] [pid 5846:tid 140441563375360] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/mydomain.com/php-fpm.sock (*) failed
[proxy_fcgi:error] [pid 5846:tid 140441563375360] AH01079: failed to make connection to backend: httpd-UDS
(I have obfuscated mydomain.com).
I didn't think we used a proxy. Maybe this is part of the problem.
Please, what can I do to get Wordpress up and running again? I've been working all through the night to try to get this resolved. Many thanks!
Brian
Almost back up and running, but when I go into Plesk and under Server Management, I click on Wordpress, I get this error:
Internal error: Decryption failed: error:00000001:lib(0):func(0):reason(1)
Message Decryption failed: error:00000001:lib(0):func(0):reason(1)
File aps_php.php
Line 7173
Type Exception
I have already followed this article, but it has not fixed my problem.
There are two wordpress installations.
In Mysql:
select name,value,registry_object_id from apsc.aps_registry_object_setting where name='admin_password';
gives me :
+----------------+----------------------------------------------------------------+--------------------+
| name | value | registry_object_id |
+----------------+----------------------------------------------------------------+--------------------+
| admin_password | $AES-128-**** | 6 |
| admin_password | $AES-128-**** | 12 |
+----------------+----------------------------------------------------------------+--------------------+
*I have starred out the real passwords*
I assume the passwords I need to update in there were the same as the result from cat /etc/psa/.psa.shadow ? Anyway, I updated them to that and it made no difference.
When I try to visit one of the Wordpress sites I get a 503 Service Temporarily unavailable.
In the error_log. I see:
[proxy:error] [pid 5846:tid 140441563375360] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/mydomain.com/php-fpm.sock (*) failed
[proxy_fcgi:error] [pid 5846:tid 140441563375360] AH01079: failed to make connection to backend: httpd-UDS
(I have obfuscated mydomain.com).
I didn't think we used a proxy. Maybe this is part of the problem.
Please, what can I do to get Wordpress up and running again? I've been working all through the night to try to get this resolved. Many thanks!
Brian