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.