Repeatable: always
Steps to repeat:
1. Click "content" in the management menu;
2. Check a box of published content related to support ticketing system module/project;
3. Choose "unpublished selected contents" in update options section;
4. Click "update" button in update options section;
5. And this message appears:
Recoverable fatal error: Object of class stdClass could not be converted to string in UpdateQuery_pgsql->execute() (line 190 of /var/www/html/intranet/includes/database/pgsql/query.inc).
The same occurs if you try to publish content.
Expected results:
The content published or unpublished without this message error.
Actual results:
The content published or unpublished with this message error.
My specs:
Fedora 12 (2.6.31.5-127.fc12.i686 #1 SMP i686 i686 i386 GNU/Linux)
PostgreSQL 8.4.2
Apache 2.2.15
PHP 5.3.3
PHP error_reporting = E_ALL
Drupal 7.10
Last error from the Apache error log:
none after or related to the above actions
Comments
Comment #1
neRok commentedIm just going over some old core issues and trying to close them.
I would suggest that the Support Ticketing System module is not passing a string, and this is causing the error.
Comment #2
Homotechsual commentedHas anyone seen this issue in any recent dev versions of the module?
Comment #3
sanee.hsk commentedI got same issue in my site.
Recoverable fatal error: Object of class stdClass could not be converted to string in UpdateQuery_pgsql->execute() (line 191 of \includes\database\pgsql\query.inc).
Comment #4
purencool commented