Problem with e-mail notify

Author Message

Federico Canuti

Monday 23 January 2006 2:15:37 am

I don't receive the "notify me" e-mail from my forum, and the big problem is that i don't know if the e-mail settings are bad configured or if the notify system is broken, in which way I can track the operations so I can find where it stops?

Federico Canuti

Monday 23 January 2006 3:22:31 am

I do a couple of clarifications: first of all I'm pretty new to this kind of work, I'm basically a programmer so I look for an old-style line by line debug also if there isn't; so I always have difficulties to find the problem in my eZ code and this is one of those case, I don't know where to look at.

Ɓukasz Serwatka

Monday 23 January 2006 5:25:56 am

Hi Federico,

Problem might be also related to cron job. What happened when you will execute from eZ publish root directory code below?

$ php runcronjobs.php

ezsubtree notification uses kernel/classes/notification/ezmailnotificationtransport.php for e-mail send, you can debug output from

$mailResult = eZMailTransport::send( $mail );

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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 19 2025 04:44:22
Script start
Timing: Jan 19 2025 04:44:22
Module start 'layout'
Timing: Jan 19 2025 04:44:22
Module start 'content'
Timing: Jan 19 2025 04:44:23
Module end 'content'
Timing: Jan 19 2025 04:44:23
Script end

Main resources:

Total runtime0.7564 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.0053 589.1563152.6250
Module start 'layout' 0.00530.0027 741.781339.4453
Module start 'content' 0.00800.7472 781.2266534.2969
Module end 'content' 0.75520.0012 1,315.52348.1641
Script end 0.7564  1,323.6875 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.3925160.0002
Check MTime0.00120.1572160.0001
Mysql Total
Database connection0.00070.091710.0007
Mysqli_queries0.713994.3709570.0125
Looping result0.00050.0657550.0000
Template Total0.722095.420.3610
Template load0.00210.273820.0010
Template processing0.719995.168320.3599
Template load and register function0.00030.033610.0003
states
state_id_array0.00120.152810.0012
state_identifier_array0.00090.112620.0004
Override
Cache load0.00140.1914130.0001
Sytem overhead
Fetch class attribute can translate value0.00060.073220.0003
Fetch class attribute name0.00100.128940.0002
XML
Image XML parsing0.00080.105520.0004
class_abstraction
Instantiating content class attribute0.00000.001240.0000
General
dbfile0.00070.0961180.0000
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
3content/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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.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: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs