Anybody else getting PHP errors in the #eecms Translation Utility file edit screens? I’ve got a fresh install of EE 2.3 on MAMP localhost (PHP version 5.3.6).
The exact messages on the edit screen are:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: index
Filename: libraries/Menu.php
Line Number: 1051A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/system/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 409
And then, when trying to save an edited language file, one gets these errors (the save operation fails):
A PHP Error was encountered
Severity: Notice
Message: Undefined index: index
Filename: libraries/Menu.php
Line Number: 1051A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/system/codeigniter/system/core/Exceptions.php:170)
Filename: libraries/Functions.php
Line Number: 767A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/system/codeigniter/system/core/Exceptions.php:170)
Filename: libraries/Functions.php
Line Number: 393
Are my permissions missing something, or have I encountered some bugs?