Problems with importing content packages

Author Message

Karsten Jennissen

Saturday 20 January 2007 1:21:17 pm

Hi,

I just made a plain install of 3.8.6 and wanted to try to import 3 custom classes and content trees based on these classes from a local development system.

Creating packages of the classes and importing them on the new system: no problem.

Creating packages from 5 subtrees (I chose without templates and without classes), no problem. But when I try to import I get this message after chosing the destination folders:

Fatal error: Call to a member function on a non-object in /opt/lampp/htdocs/kajotde/stories/kernel/classes/ezcontentobjecttreenode.php on line 2984
Fatal error: eZ publish did not finish its request

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

Any idea?

Mark Marsiglio

Monday 22 January 2007 8:47:38 am

You can check the logs in your var folder for some clues. When I looked there after this error, I found a message saying that there was a dependency missing, in my case a datatype extension that was used in my custom class, but missing in the new install. After adding and activating the extension, the import worked fine.

http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:16:03
Script start
Timing: Jan 18 2025 11:16:03
Module start 'layout'
Timing: Jan 18 2025 11:16:03
Module start 'content'
Timing: Jan 18 2025 11:16:04
Module end 'content'
Timing: Jan 18 2025 11:16:04
Script end

Main resources:

Total runtime1.0750 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 588.0469152.6406
Module start 'layout' 0.00590.0031 740.687539.4766
Module start 'content' 0.00901.0597 780.1641522.6797
Module end 'content' 1.06870.0063 1,302.84388.2813
Script end 1.0750  1,311.1250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2962160.0002
Check MTime0.00120.1122160.0001
Mysql Total
Database connection0.00090.085710.0009
Mysqli_queries1.026295.4603540.0190
Looping result0.00050.0507520.0000
Template Total1.040896.820.5204
Template load0.00680.631420.0034
Template processing1.034096.180920.5170
Template load and register function0.00020.019410.0002
states
state_id_array0.00090.081810.0009
state_identifier_array0.00080.076920.0004
Override
Cache load0.00170.1597140.0001
Sytem overhead
Fetch class attribute can translate value0.00050.050220.0003
Fetch class attribute name0.00120.108030.0004
XML
Image XML parsing0.00060.055820.0003
class_abstraction
Instantiating content class attribute0.00000.000830.0000
General
dbfile0.00090.0803150.0001
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 9
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs