company logo
542 (E)- Cannot start update transaction from within an internal transaction

An attempt has made to start an update transaction while an internal (system) transaction is running. This might happen, when starting update transactions in property context handlers, which have been called while updating the database.

In order to avoid the error, ObjectSpace::internalTransaction() should be checked.