Module

Developer
Supported

EE 1
EE 2
FireMail

Back to this add-on's main page
View Other Add-ons From PutYourLightsOn

     

You must be logged in to post.

Firemail errors when I click on New Email

Support (Resolved)

kosmokramer
kosmokramer

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
# 1
Developer
Ben @PutYourLightsOn

please change line 529 in mcp.firemail.php to the following. i will change this in the next release.

@session_start(); 
Ben @PutYourLightsOn
# 2
Developer
Ben @PutYourLightsOn

fixed in version 1.8

kosmokramer
# 3
kosmokramer

Thanks, all good.