eZ questions, problems with pdf template

Author Message

Clemens T

Wednesday 16 November 2005 11:43:32 am

Heya all,

I've got some problems generating a good PDF template. One of them is, including an image:

I got the following:

{pdf( 'image', hash( 'src', /extension/myextension/design/plain/images/mylogo.gif',
                     'width', 200,
                     'height', 200,
                     'align', 'right' ) )}

And now I get the following problem:
Fatal error: Call to undefined function: imageinit
() in /opt/guide/www.mysite.com/ezpublish-3.7.0/lib/ezpdf/classes/class.ezpdftable.php on line 1290
Fatal error: eZ publish did not finish its request

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

How is this possible?
Am I missing something? Thanks.

Ok apart from that problem, I even got problems just printing attributes:

I got the $node filled with the node ready to print (default pdf template behaviour). How can I show the contents of the several attributes. Even when it's a dropdown box or something -> attribute_view_gui is empty on the dropdown boxes (selection), but I need to print the choosen value!

And can someone just give me a quick insite on pdf template creation (the basics)... Cause it seems like ezpublish is screwing up everytime I think I got it (maybe I'm doing something basic wrong)....

Greets,
Clemens

ps: and some general pointers on pdf template overrides are always welcome! thanks a bunch!!

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 14 2025 21:11:26
Script start
Timing: Jan 14 2025 21:11:26
Module start 'layout'
Timing: Jan 14 2025 21:11:26
Module start 'content'
Timing: Jan 14 2025 21:11:26
Module end 'content'
Timing: Jan 14 2025 21:11:26
Script end

Main resources:

Total runtime0.6383 sec
Peak memory usage6,144.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 685.8359183.7031
Module start 'layout' 0.00460.0024 869.539152.5938
Module start 'content' 0.00700.6298 922.13281,666.6172
Module end 'content' 0.63680.0014 2,588.750064.5078
Script end 0.6383  2,653.2578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00550.8653160.0003
Check MTime0.00130.2109160.0001
Mysql Total
Database connection0.00050.081310.0005
Mysqli_queries0.590792.5377460.0128
Looping result0.00050.0799440.0000
Template Total0.609595.520.3048
Template load0.00350.542320.0017
Template processing0.606094.949020.3030
Template load and register function0.00140.217310.0014
states
state_id_array0.00180.285710.0018
state_identifier_array0.00070.108620.0003
Override
Cache load0.00310.4928200.0002
Sytem overhead
Fetch class attribute can translate value0.00150.239210.0015
Fetch class attribute name0.00200.312910.0020
XML
Image XML parsing0.00010.017410.0001
class_abstraction
Instantiating content class attribute0.00000.000810.0000
General
dbfile0.00070.1125100.0001
String conversion0.00000.001240.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
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs