> Using the address book, I just clicked on the view icon, I get: > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 805306379 bytes) in > /home/hmw/public_html/groupware/phpgwapi/inc/class.contact_org_person.inc.php > on line 97 > > > doesn't matter what contact I use this happens, though with different > attempted allocations. Edit is fine. > > I could well believe it's the ISP's setup of PHP, but any clues?
It's the memory_limit parameter in php.ini, so yes it's the ISP's setup, but 16 Mb is generally sufficient (on my setup it is), so it's strange that you have this problem. Maybe a particularly large base of contacts, or a contact with lots of informations on it causes this problem ? _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
