May I suggest making the following change to the script: Change: perl -pi -e 's/memory_limit\ =\ .*M/memory_limit\ =\ 48M/' /etc/php.ini To: perl -pi -e 's/memory_limit\ =\ \d*M/memory_limit\ =\ 48M/' /etc/php.ini
See response above; Kyle Quillen wrote: > Ok I went in and looked at the php.ini > > When I ran the script it asked me if it was ok to modify the memory limit > > When I went in and looked it looked similar to this > > > Memory_limit = 48Maximum > > I changed it to this > > Memory_limit = 48M ; Maximum > > That did it so I think the cause was in the script. As I have just a > stock > install. Other than that I am logged in and it is working great. > > Thanks a million for the scripts > > Q > > > -----Original Message----- > From: Jake Vickers [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 25, 2007 9:30 PM > To: [email protected] > Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out! > > Kyle Quillen wrote: >> Jake, >> >> I tried the install round cube script and how my webserver will not >> start. > >> >> It is giving the error in the httpd error_log of: >> >> Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes) >> >> And when I run >> >> Service httpd status I get this >> httpd dead but subsys locked >> >> not sure what happened here >> > > That will be a PHP error. You may have had a custom php.ini - try > changing it to 48M > > > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Kent Busbee Director of Technology Northlake Christian School --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
