Unable to remove objects

Author Message

A E

Wednesday 07 December 2005 10:57:01 pm

Hi,

I am using EZ version 3.7.2, and when I am in the admin interface and try to remove any object, I get a blank page.

I turned on debugging and was able to see that it died when it it was redirecting to /content/removeobject

from

design/standard/templates/redirect.tpl

Any ideas on what is the reason?

Thanks in advance
Adonis

Ɓukasz Serwatka

Wednesday 07 December 2005 11:22:05 pm

Do you use re-write rule or your PHP is installed in CGI mode? Check var/log/error.log also look on apache logs.

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

A E

Tuesday 13 December 2005 3:07:09 pm

FIXED

I found out from var/log/error.log that ez was calling a function called rollback(), which was failling since we are using emic's mysql cluster.

After reading the function in the lib/ezdb/classes/ezdbinterface.php we figured that it was check the Transaction variable in site.ini which was set to "enabled"

so we set the variable to disabled and it resolved our problem, and now we can delete things :)

in site.ini
Transactions=disabled

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 04:12:15
Script start
Timing: Jan 18 2025 04:12:15
Module start 'layout'
Timing: Jan 18 2025 04:12:15
Module start 'content'
Timing: Jan 18 2025 04:12:16
Module end 'content'
Timing: Jan 18 2025 04:12:16
Script end

Main resources:

Total runtime1.0894 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.0054 587.9375152.6250
Module start 'layout' 0.00540.0026 740.562539.4453
Module start 'content' 0.00811.0798 780.0078535.1094
Module end 'content' 1.08780.0016 1,315.11728.1641
Script end 1.0894  1,323.2813 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2966160.0002
Check MTime0.00130.1217160.0001
Mysql Total
Database connection0.00090.083110.0009
Mysqli_queries1.038395.3036570.0182
Looping result0.00060.0553550.0000
Template Total1.055496.920.5277
Template load0.00220.205320.0011
Template processing1.053296.672320.5266
Template load and register function0.00020.019510.0002
states
state_id_array0.00160.145210.0016
state_identifier_array0.00210.195320.0011
Override
Cache load0.00180.1629210.0001
Sytem overhead
Fetch class attribute can translate value0.00070.067420.0004
Fetch class attribute name0.00210.197040.0005
XML
Image XML parsing0.00060.058820.0003
class_abstraction
Instantiating content class attribute0.00000.001640.0000
General
dbfile0.00090.0845180.0001
String conversion0.00000.000840.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
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs