Forums / Install & configuration / can't install package created in ez publish

can't install package created in ez publish

Author Message

Andrei Barhatov

Thursday 03 February 2005 9:52:44 pm

I have created my own large class "edu_institution" (98 attributes). Then I create one "edu_institution" object and I have such problem: if I create new package in ez publish for export of this "edu_institution" content object then I can't import this package again:

Fatal error: eZ publish did not finish its request

The execution of eZ publish was abruptly ended, the debug output is present below.

In debug information there are no errors (only one Notice: eZMySQLDB::query(0.000 ms) query number per page:0).

Although yesterday it's worked with this class... I even have restored old version of MySQL database, but have the same error %[ Maybe there are some problems with ezp's folders/files?

With others objects (links, articles, ...) export and following import works.

System: ezp 3.5 (10342), win xp sp2, apache 2.0.52, php 4.3.10, mmcache.

Frederik Holljen

Friday 04 February 2005 12:14:18 am

It might be related to the PHP reference bug. If you don't mind, can you submit a bug report and include the package you are trying to import (use the patch field) so we can test it?

Btw: 98 attributes is a _lot_. Are you certain that you can't organize your data differently? I fear your implementation might become quite slow if you have lots of these objects.