Same issue as the Workflow bug: Postgres needs a specific format for db_next_id() to work properly. The changes require an additional database update for MySQL users, so you need to run http://www.example.com/update.php after patching.

Comments

sammys’s picture

i've submitted a patch for multi-site support on pgsql. See http://drupal.org/node/79083 for the progress of that. Once that is submitted please post a patch against 4.7 for your issue and i'll review it.

Cheers,

--
Sammy Spets
Synerger
http://www.synerger.com

smk-ka’s picture

Patch still applies for both 4.7.0 and CVS.

--
Stefan Kudwien
http://www.unleashedmind.com

jvandyk’s picture

Status: Needs review » Fixed

Applied. Thanks.

drewish’s picture

Status: Fixed » Active

the update #2's sql isn't correct, update_sql() doesn't handle the %s parameters. you either need to call db_query to do that or do the escaping and variable insertion yourself.

drewish’s picture

Status: Active » Needs review
StatusFileSize
new2.16 KB

Okay, here's they way it should work (this also fixes some tabs and extra white space)

jvandyk’s picture

Status: Needs review » Fixed

Applied. Thanks, drewish.

Anonymous’s picture

Status: Fixed » Closed (fixed)
pearcec@drupal.org’s picture

Version: 5.x-2.x-dev » 5.x-1.x-dev
Status: Closed (fixed) » Needs review
StatusFileSize
new969 bytes

Forgot to add the sequence

pomliane’s picture

Status: Needs review » Closed (won't fix)

This version of Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.