Developer
Supported
FireMail
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
Firemail errors when I click on New Email
Support (Resolved)
|
kosmokramer
|
| Posted: 09 January 2012 01:12 AM |
|
|
|
|
I’ve installed Firemail, without any problems, but when I click on New Email, I get the following 2 error at the top of the page?
What do I need to do?
A PHP Error was encountered
Severity: Notice
Message: A session had already been started - ignoring session_start()
Filename: firemail/mcp.firemail.php
Line Number: 529
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /site/sysfolder/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
|
|
|
|
|
Ben @PutYourLightsOn
|
| Posted: 09 January 2012 07:00 AM |
# 1
|
|
|
Developer
|
please change line 529 in mcp.firemail.php to the following. i will change this in the next release.
@session_start();
|
|
|
|
|
|
|
|