IMAP - Custom PHP Issues - Memory Limit
Posted by: Balidarious
Posted on: 2007-05-19 08:19:00
Alright ladies and gents, I sure hope someone can help me here. I am on day three with no success, here are the issues:
I uploaded some new office software I desperately need, and when I ran the install script . . . It requires IMAP Extentions to be installed for the email system to work. This being one of the main features we need, I am trying to resolve it.
I followed the guide on Custom PHP installation in the WIKI and had a pretty easy time of it (even though I had never used PuTTy or anything of the sort). When I now refresh my softwares install script the IMAP is showing up fine and all is well there . . . I have just seemed to create more problems.
First, It seems that the script for Custom PHP is 5.2.0 in the WIKI tutorial . . . and now there is 5.2.2 stable available. How can I make this little upgrade . . . Please remember I am a complete idiot when it comes to this stuff.
Second, I am now (since the custom php install) getting these error messages when I access my script (can be seen at mountainmineralmanagement.com/install/install.php)
In reply to:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/.hobbie/manetworks/mountainmineralmanagement.com/config.php:3) in /home/.hobbie/manetworks/mountainmineralmanagement.com/Group-Office.php on line 73
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/.hobbie/manetworks/mountainmineralmanagement.com/config.php:3) in /home/.hobbie/manetworks/mountainmineralmanagement.com/Group-Office.php on line 73
Warning: Cannot modify header information - headers already sent by (output started at /home/.hobbie/manetworks/mountainmineralmanagement.com/config.php:3) in /home/.hobbie/manetworks/mountainmineralmanagement.com/classes/base/language.class.inc on line 95
Third, I now have a memory limit set and cannot seem to fix it:
In reply to:Memory limit: Warning: Your memory limit setting (16,0 MB) is less then 32MB. It's recommended to allow at least 32 MB.
Can someone help me walk through these issues. I think I may have additionally messed things up by trying to fix the memory limit by following the custom php.ini WIKI.
I am looking for the easiest fix, so if there is a way to remove the custom php (need steps to do that if so), and get the IMAP extentions installed without all this hassle, that would be great, If not . . . please help me fix this.
Thanks for the help . . . Mike