tip a friend

Author Message

Michele Brugo

Wednesday 15 December 2004 2:24:32 am

Hi people,
i receive an error (cannot send email) on "tip a friend".
Where can i find more information without set debug on ?

my site is online now :(

TIA

Mike

Balazs Halasy

Wednesday 15 December 2004 5:40:30 am

If your site is online, you can still enable the debug information. Just make sure that debug information is shown only if the client has a specific IP address. You can do something like this:

[DebugSettings]
DebugOutput=enabled
DebugByIP=enabled
DebugIPList[]
DebugIPList[]=128.39.140.28
Debug=inline
DebugRedirection=enabled

...where 128.39.140.28 is your IP address.

Balazs

Michele Brugo

Wednesday 15 December 2004 6:03:11 am

but have i to restart apache ?

Thanks

Mike

Balazs Halasy

Wednesday 15 December 2004 6:24:34 am

No, you'll only have to clear the INI caches. This has nothing to do with Apache. Fire up the administration interface and click the "Clear INI caches" button. You can also run the clear cache script:

bin/shell/clearcache.sh --clear-ini

Balazs

Michele Brugo

Wednesday 15 December 2004 6:45:01 am

balasz,
i've change ini setting, clear the cache.
but nothing to be appear.

i see the debug only if i comment DebugByIP.

Mike

Michele Brugo

Wednesday 15 December 2004 6:47:23 am

here site.ini.
i've tried to put setting on site.ini.append.php too
but nothing to be appear.

[DebugSettings]
# Master switch for debug, if disabled no debug will be shown
# If enabled it's up to the DebugIP and DebugIPList to decide what to do.
# Use either enabled or disabled
#DebugOutput=disabled
DebugOutput=enabled
# Debug switch for scripts, will only take place if DebugOutput is set to enabled
# By default it is off to not give debug for scripts.
# Use either enabled or disabled
ScriptDebugOutput=disabled
# Whether debug is set per IP address. If set to enabled it will user
# DebugIPList for valid ips otherwise all ips get debug.
# Use either enabled or disabled
#DebugByIP=disabled
DebugByIP=enabled
# A array with IP addresses which will get debug information
DebugIPList[]
# Examples
DebugIPList[]=10.1.31.40
DebugIPList[]=10.1.4.153
# Controls how debug is displayed, inline means that the debug is displayed in
# page itself while popup will create a new popup window with the debug.
# Popup window might not work in all browsers.
# Use either disabled, inline or popup
# If you use popup you must make sure that a rewrite rules exists for .html files
# or that your site is running in non-virtual host mode. Also some browsers
# have problems with this feature.
Debug=inline
#Debug=popup
# Controls if redirects should be debuggable, set to enable to get a redirect
# page with debug info.
# This is useful for development while production sites should have it off
#DebugRedirection=disabled
DebugRedirection=enabled

Michele Brugo

Wednesday 15 December 2004 7:49:39 am

Ok i've found error:

Error sending SMPT mail: RCPT command outside of MAIL transaction.

php 4.3.9
apache 1.3.29
win 2000 server sp4
ex 3.4.3
mysql 4.0.22

Thanks
mike

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 20:51:53
Script start
Timing: Jan 18 2025 20:51:53
Module start 'layout'
Timing: Jan 18 2025 20:51:53
Module start 'content'
Timing: Jan 18 2025 20:51:54
Module end 'content'
Timing: Jan 18 2025 20:51:54
Script end

Main resources:

Total runtime0.8973 sec
Peak memory usage4,096.0000 KB
Database Queries69

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 587.9063152.6250
Module start 'layout' 0.00590.0029 740.531339.4453
Module start 'content' 0.00880.8870 779.9766572.9063
Module end 'content' 0.89580.0015 1,352.882816.1797
Script end 0.8973  1,369.0625 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3681160.0002
Check MTime0.00140.1522160.0001
Mysql Total
Database connection0.00110.123210.0011
Mysqli_queries0.813490.6467690.0118
Looping result0.00090.0948670.0000
Template Total0.856195.420.4280
Template load0.00210.231820.0010
Template processing0.854095.169520.4270
Template load and register function0.00010.010510.0001
states
state_id_array0.00170.190610.0017
state_identifier_array0.00140.159820.0007
Override
Cache load0.00190.2135830.0000
Sytem overhead
Fetch class attribute can translate value0.00080.087820.0004
Fetch class attribute name0.00210.237090.0002
XML
Image XML parsing0.00100.109220.0005
class_abstraction
Instantiating content class attribute0.00000.0041140.0000
General
dbfile0.00160.1773220.0001
String conversion0.00000.001040.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
7content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
12content/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: 36
 Number of unique templates used: 7

Time used to render debug report: 0.0003 secs