Trying to add menu link, happens on one user only while rest works like a charm

D7:
Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block: SELECT 1 FROM information_schema.tables WHERE (table_catalog = :db_condition_placeholder_6) AND (table_schema = :db_condition_placeholder_7) AND (table_name = :db_condition_placeholder_8) ; Array ( [:db_condition_placeholder_6] => odzywkitsg [:db_condition_placeholder_7] => public [:db_condition_placeholder_8] => panels_mini ) in db_table_exists() (line 2797 of /home/http/dev.robco.local/www/includes/database/database.inc).

Additional

PDOException: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block: SELECT column_name, data_type, column_default FROM information_schema.columns WHERE table_schema = :schema AND table_name = :table AND (data_type = 'bytea' OR (numeric_precision IS NOT NULL AND column_default LIKE :default)); Array ( [:schema] => public [:table] => watchdog [:default] => %nextval% ) in dblog_watchdog() (line 163 of /home/http/dev.robco.local/www/modules/dblog/dblog.module).

Uncaught exception thrown in session handler.

PDOException: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block: SELECT 1 AS expression FROM {sessions} sessions WHERE ( (sid = :db_condition_placeholder_0) AND (ssid = :db_condition_placeholder_1) ); Array ( [:db_condition_placeholder_0] => kKYwdfkr1tbmwUFqbiItniuDh6Gk9hOZUCUYqwpoY3M [:db_condition_placeholder_1] => ) in _drupal_session_write() (line 209 of /home/http/dev.robco.local/www/includes/session.inc).

POSTGRE:
Aug 22 21:58:01 Claude postgres[4569]: ERROR: syntax error at or near ")" at character 79
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT cid, data, created, expire, serialized FROM cache_panels WHERE cid IN ()
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT 1 FROM information_schema.tables WHERE (table_catalog = 'odzywkitsg') AND (table_schema = 'public') AND (table_name = 'panels_mini')
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT column_name, data_type, column_default FROM information_schema.columns WHERE table_schema = 'public' AND table_name = 'watchdog' AND (data_type = 'bytea' OR (numeric_precision IS NOT NULL AND column_default::text LIKE '%nextval%'))
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT 1 AS expression
Aug 22 21:58:01 Claude postgres[4569]: FROM
Aug 22 21:58:01 Claude postgres[4569]: sessions sessions
Aug 22 21:58:01 Claude postgres[4569]: WHERE ( (sid = 'kKYwdfkr1tbmwUFqbiItniuDh6Gk9hOZUCUYqwpoY3M') AND (ssid = '') )
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT 1 AS expression
Aug 22 21:58:01 Claude postgres[4569]: FROM
Aug 22 21:58:01 Claude postgres[4569]: cache cache
Aug 22 21:58:01 Claude postgres[4569]: WHERE ( (cid = 'i18n:string:tgroup:field:strings') )
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT 1 AS expression
Aug 22 21:58:01 Claude postgres[4569]: FROM
Aug 22 21:58:01 Claude postgres[4569]: cache cache
Aug 22 21:58:01 Claude postgres[4569]: WHERE ( (cid = 'i18n:string:tgroup:field:cache_multiple') )
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT 1 AS expression
Aug 22 21:58:01 Claude postgres[4569]: FROM
Aug 22 21:58:01 Claude postgres[4569]: cache cache
Aug 22 21:58:01 Claude postgres[4569]: WHERE ( (cid = 'i18n:string:obj:field:commerce_customer_billing:commerce_order:label') )
Aug 22 21:58:01 Claude postgres[4569]: ERROR: current transaction is aborted, commands ignored until end of transaction block
Aug 22 21:58:01 Claude postgres[4569]: STATEMENT: SELECT 1 AS expression
Aug 22 21:58:01 Claude postgres[4569]: FROM
Aug 22 21:58:01 Claude postgres[4569]: cache cache
Aug 22 21:58:01 Claude postgres[4569]: WHERE ( (cid = 'i18n:string:obj:field:commerce_customer_shipping:commerce_order:label') )

Comments

prauat created an issue. See original summary.

Version: 7.5 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

poker10’s picture