Page 1 of 1

Re: [MPAseco] Optional Update v0.73 v3

Posted: 12 May 2013, 20:14
by undef.de
I got this message on startup:

Code: Select all

[PHP Notice] Undefined index: send_window_message on line 47 in file [...]/mpaseco-0.73v3/includes/jfreu.config.php
Easy to fix, just change line 47 from:

Code: Select all

   	  ${'message'.$i} = $xml['JFREU_MESSAGES']['send_window_message'][0];
to

Code: Select all

   	  ${'message'.$i} = $xml['JFREU_MESSAGES']['SEND_WINDOW_MESSAGE'][0];
"SEND_WINDOW_MESSAGE" has to be upper case.