DatabaseTransactionExplicitCommitNotAllowedException

  1. drupal
    1. 7 includes/database/database.inc

Exception to deny attempts to explicitly manage transactions.

This exception will be thrown when the PDO connection commit() is called. Code should never call this method directly.

Hierarchy

File

includes/database/database.inc, line 1770
Core systems for the database layer.

View source

Related topics

Login or register to post comments