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
|