Re: [MPAseco] Optional Update v0.73 v3
Posted: 12 May 2013, 20:14
I got this message on startup:
Easy to fix, just change line 47 from:
to
"SEND_WINDOW_MESSAGE" has to be upper case.
Code: Select all
[PHP Notice] Undefined index: send_window_message on line 47 in file [...]/mpaseco-0.73v3/includes/jfreu.config.php
Code: Select all
${'message'.$i} = $xml['JFREU_MESSAGES']['send_window_message'][0];
Code: Select all
${'message'.$i} = $xml['JFREU_MESSAGES']['SEND_WINDOW_MESSAGE'][0];