Forums / Setup & design / Fatal Error when creating article

Fatal Error when creating article

Author Message

Alexander Petrov

Wednesday 07 March 2007 5:43:49 am

Hello, suddenly when I try to create an article via the admin interface I got an error:

Fatal error: A database transaction in eZ publish failed.

The current execution was stopped to prevent further problems.
You should contact the System Administrator of this site with the information on this page.
The current transaction ID is TRANSID-5f8f09ae67a0770710703990490b3c75 and has been logged.
Please include the transaction ID and the current URL when contacting the system administrator.

And this is the error details:

Notice: eZMySQLDB::query(0.000 ms) query number per page:0  	Mar 07 2007 15:38:23

SET NAMES 'utf8'

Timing: 	Mar 07 2007 15:38:23

Module start 'content'

Error: eZMySQLDB 	Mar 07 2007 15:38:23

Query error: The table 'ezcontentobject_attribute' is full. Query: INSERT INTO ezcontentobject_attribute (id, contentobject_id, version, language_code, language_id, contentclassattribute_id, attribute_original_id, sort_key_int, sort_key_string, data_type_string, data_text, data_int, data_float) VALUES('8547', '14', '7', 'rus-RU', '2', '389', '0', '0', '', 'ezstring', '', NULL, '0.000000')

Error: eZDBInterface::commit TRANSID-5f8f09ae67a0770710703990490b3c75 	Mar 07 2007 15:38:23

Transaction in progress failed due to DB error, transaction was rollbacked. Transaction ID is TRANSID-5f8f09ae67a0770710703990490b3c75.

Site was working perfectly till today, server settings were not changed.

Does anyone know what is that error means?

Xavier Serna

Wednesday 07 March 2007 6:21:19 am

Hi Alexander,

it seems that the MySQL don't have space to insert new rows to the table... perhaps disk full, or db full?

hope this helps!

--
Xavier Serna
eZ Publish Certified Developer
Departament de Software
Microblau S.L. - http://www.microblau.net
+34 937 466 205

Alexander Petrov

Wednesday 07 March 2007 6:36:13 am

Hi, Xavier!

Yes the problem was with mysql quota. Thanks for a suggession!