how to read output from ezDebug?

Author Message

Alessandro Cipriani

Wednesday 21 July 2004 4:02:38 am

hi all
i'm trying to learn how ezsmtptransport works, and i saw that it outputs some debug information as follows:

eZDebug::writeError( "No class available for mail transport type '$transportType', cannot send mail",
                                     'eZMailTransport::send' );

where can i find this output?
should i set something in my ini files?

best regards
alessandro

Paul Forsyth

Wednesday 21 July 2004 4:28:19 am

From your eZ root directory look in var/log. There you will find all the logs kept. From your post the file would be error.log

paul

--
http://www.visionwt.com

Paul Forsyth

Wednesday 21 July 2004 4:59:54 am

I should add that you need to have debug on in the site.ini:

[DebugSettings]
DebugOutput=enabled

paul

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 03:26:57
Script start
Timing: Jan 20 2025 03:26:57
Module start 'layout'
Timing: Jan 20 2025 03:26:57
Module start 'content'
Timing: Jan 20 2025 03:26:58
Module end 'content'
Timing: Jan 20 2025 03:26:58
Script end

Main resources:

Total runtime1.3345 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 590.2891152.6250
Module start 'layout' 0.00640.0048 742.914139.4609
Module start 'content' 0.01121.3219 782.3750505.6563
Module end 'content' 1.33310.0014 1,288.03138.1563
Script end 1.3345  1,296.1875 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.2646160.0002
Check MTime0.00160.1170160.0001
Mysql Total
Database connection0.00100.073710.0010
Mysqli_queries1.287496.4670570.0226
Looping result0.00050.0409550.0000
Template Total1.295897.120.6479
Template load0.00230.173520.0012
Template processing1.293496.921520.6467
Template load and register function0.00010.006410.0001
states
state_id_array0.00210.155810.0021
state_identifier_array0.00140.106820.0007
Override
Cache load0.00190.1446200.0001
Sytem overhead
Fetch class attribute can translate value0.00080.059020.0004
Fetch class attribute name0.00200.146940.0005
XML
Image XML parsing0.00050.037820.0003
class_abstraction
Instantiating content class attribute0.00000.000640.0000
General
dbfile0.00070.0536160.0000
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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs