• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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