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 20 2025 18:10:07
Script start
Timing: Jan 20 2025 18:10:07
Module start 'layout'
Timing: Jan 20 2025 18:10:07
Module start 'content'
Timing: Jan 20 2025 18:10:08
Module end 'content'
Timing: Jan 20 2025 18:10:08
Script end

Main resources:

Total runtime1.2847 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.0313151.2266
Module start 'layout' 0.00550.0030 739.257836.6797
Module start 'content' 0.00851.2752 775.9375433.5469
Module end 'content' 1.28370.0010 1,209.48447.8125
Script end 1.2847  1,217.2969 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.2430160.0002
Check MTime0.00130.1002160.0001
Mysql Total
Database connection0.00070.054310.0007
Mysqli_queries1.244996.8982460.0271
Looping result0.00070.0520440.0000
Template Total1.251097.420.6255
Template load0.00190.144520.0009
Template processing1.249197.228720.6245
Template load and register function0.00020.017410.0002
states
state_id_array0.00140.111510.0014
state_identifier_array0.00130.101520.0007
Override
Cache load0.00150.1155200.0001
Sytem overhead
Fetch class attribute can translate value0.00080.058410.0008
Fetch class attribute name0.00110.083110.0011
XML
Image XML parsing0.00010.008610.0001
class_abstraction
Instantiating content class attribute0.00000.000410.0000
General
dbfile0.00190.1441100.0002
String conversion0.00000.000740.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