Forums / General / [solved] HowToFindError - 38473 records too much?

[solved] HowToFindError - 38473 records too much?

Author Message

Daniel Brüßler

Tuesday 09 June 2009 3:52:54 am

Hello,

we have upgraded to eZ Publish 4.1.2 and get a white page, when we try to edit a record in the ezadmin-siteaccess.

Our custom ContentClass has 38473 records, 13 attributes, one of the attributes is of type "object relationS". We don't have override.ini.append.php entries for the ezadmin-siteaccess or in the override folder.

We get a WHITE PAGE, when we have 128MB and a message like "memorry exausted" when it's 300MB, and "Maximum execution time of 300 seconds exceeded" when we set the memory limit to 1GB.

Datasets of OTHER contentclasses are editable! They have just 5000 records or less.

=> problem with 4.1.2?
=> can it be a recursion?
=> why can we edit the record in the ger-siteaccess (this has an override for the edit-templates)

Please tell your ideas about it - any answer is welcome
Daniel Brüßler

..............

lemonjuice digital creations GmbH & Co. KG
www.lemonjuice.de

..............

Carlos Revillo

Tuesday 09 June 2009 4:42:57 am

Is your object relations field and indexable one?
Could it be maybe that you're getting relations like A -> B, B->C, C->A?

Maybe you can try to make your object relations field non indexable...

Daniel Brüßler

Tuesday 09 June 2009 6:09:35 am

Thanks, Carlos,

the error was in an other content class which has the type "object relational browse". There I had the wrong select-type for the list of relations "List" instead of "default browse".... Before our import this worked well, just a little number of options in the select box, but after the import it had too much entries.

Cheers!
Daniel

..............

lemonjuice digital creations GmbH & Co. KG
www.lemonjuice.de

..............