Active
Project:
Editview
Version:
6.x-1.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 15:11 UTC
Updated:
1 Mar 2012 at 19:03 UTC
My server has a memory limit of 64MB (imposed by the hosts). Using EditView to display an editable grid of nodes, it is fine up to about 15 nodes, but over that and I am running out of PHP memory.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2544346 bytes) in /home/nature50/public_html/includes/theme.inc on line 1067
This does not happen without EditView on the page.
Comments
Comment #1
abs commentedI also had a problem with excessive memory. It went away with detaching node from ubercart class. Seems like EditView don't like Ubercart products.
Comment #2
abs commentedAnother possible cause were orphaned fields in content type. I had orphaned field of removed Money CCK module. After installing module again, removing field and deinstalling I could put considerably more Editview rows on one page.