• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Updater to 8.1.1 kills Plesk

J

jaxent

Guest
I am running RH ES 4 release 5. I ran the updater from the latest version of plesk 8.1 to 8.1.1. It killed the system completely. Blank screens. I turned on error logging and got

[Thu May 3 15:46:06 2007] [error] PHP Fatal error: Unsupported operand types in /usr/local/psa/admin/plib/locales/en-US/messages_en-US.php on line 7862

I fixed it by adding
PHP:
if(is_null($lmsg_arr)){
	$lmsg_arr = array();
}
at line 18, just before
PHP:
$lmsg_arr += array(
 
Back
Top