When I save new an article in blog node I get the error
Error locate on title field if I save string I get the error.

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] => url_alias [:default] => %nextval% ) in drupal_write_record() (line 7207 of /var/www/domen/web/includes/common.inc).

There're two errors in logs, they differ only 'type'. type is 'php' or 'node'.
There're the errors only I write string in title, for example 'name of article' when I write numbers there're not the errors. I tried to find the errors and I couldn't.
I use Postergsql.

Comments

ferz’s picture

Issue summary: View changes
ferz’s picture

Project: Node »
ferz’s picture

Title: When I save new an article in blog node I get an error » When I save a new article in blog node I get an error
Project: » Drupal core
Version: » 7.x-dev
Component: Code » ajax system
Assigned: ferz » Unassigned
ferz’s picture

Component: ajax system » base system
ferz’s picture

in core 7.26 all work. error is at 7.27-28

cilefen’s picture

Title: When I save a new article in blog node I get an error » PDOException: SQLSTATE[25P02] Saving a new article in blog node
Component: base system » postgresql db driver
Priority: Critical » Major
Issue summary: View changes
Issue tags: -node, -blog, -string bug, -D7 +Needs steps to reproduce

This issue needs the steps to reproduce it written out.

It is major priority according to the guide. I moved it to the postgresql driver component because that is what is being used, and I removed an unnecessary block of code from the summary.

poker10’s picture