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.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | actions.install_pgsql.patch | 969 bytes | pearcec@drupal.org |
| #5 | actions_install.patch | 2.16 KB | drewish |
| actions.diff | 1.35 KB | smk-ka |
Comments
Comment #1
sammys commentedi'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
Comment #2
smk-ka commentedPatch still applies for both 4.7.0 and CVS.
--
Stefan Kudwien
http://www.unleashedmind.com
Comment #3
jvandyk commentedApplied. Thanks.
Comment #4
drewish commentedthe 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.
Comment #5
drewish commentedOkay, here's they way it should work (this also fixes some tabs and extra white space)
Comment #6
jvandyk commentedApplied. Thanks, drewish.
Comment #7
(not verified) commentedComment #8
pearcec@drupal.org commentedForgot to add the sequence
Comment #9
pomliane commentedThis 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.