[imp] IMP/Turba address book problem

Jan Schneider jan at horde.org
Thu May 3 22:04:51 UTC 2007


Zitat von "Gottschalk, David" <dgottsc at emory.edu>:

> Hi all,
>         I have a really strange problem with the address book within  
> IMP/Turba. FYI, my webmail architecture is 2 front end web servers  
> with a backend mysql database server. The front end webservers are  
> load balanced. Whenever any user attempts to add a name to the  
> address book the web page will timeout after hitting save. The  
> strange thing is that the name gets immediately entered in the mysql  
> database, but the page never reloads. This error can also occur when  
> attempting to remove a entry within the address book as well. If you  
> close the browser, and re-login you'll then see the entry in your  
> address book. I've ton extensive trouble shooting, and research. I  
> believe I've narrowed the problem down to something within the PHP  
> code, but I'm not sure what is causing the exact problem. It appears  
> that the apache process that is handling the user crashes.
>
> phperror log:
> [26-Apr-2007 14:00:21] PHP Fatal error:  Allowed memory size of  
> 134217728 bytes exhausted (tried to allocate 16 bytes) in  
> /usr/local/sslwebdocs/horde-3.0.6/lib/Horde/DataTree.php on line 601
>
> Line 601 is:
> $parents = explode(':', substr($cparents[$id], 1));
> apache error log:
> Allowed memory size of 134217728 bytes exhausted (tried to allocate 17 bytes)
> I've tried bumping up the memory limit but that had no effect.

If it didn't have no effect, you didn't bump the limit. It should at  
least change the reported memory size.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the imp mailing list