#51 — Reinstall issue after updating to Quills 1.5 rc from 1.5 beta
| State | Resolved |
|---|---|
| Version: | 1.5 |
| Area | Process |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | (anonymous) |
| Submitted on | Aug 15, 2006 |
| Responsible | Tim Hicks |
| Target release: |
—
|
Last modified on
Aug 16, 2006
by
Tim Hicks
After "svn up" (Quills and RPCAuth /trunk) on Sunday, reinstalling Quills does not work. Zope throws an error for not being able to complete a two phase commit and it will not install.
The problem seems to stem from Quills/trunk/migrations/quills09to15.py, specifically the line just before migrateTrackbacks (pasted below)
rpcauth.addAuthrProvider(MetaWeblogAPI.authMethods)
At first, I thought it was a typo (should it read rpcauth.addAuthProvider?) but the reinstall still throws an error - something about addAuthProvider requiring three arguments. Unfortunately, I don't know enough to just fix what looks like a nimor issue, so I got around the problem by going back to a previous version of quills09to15.py (from the Quills/tags/beta).
I am running Plone 2.5, Zope 2.9.4, Python 2.4.3.
- Steps to reproduce:
- 1. svn up to most recent Quills version
2. reinstall Quills from the Plone Install/remove products interface
Added by
Tim Hicks
on
August 16, 2006 - 00:47
Issue state:
unconfirmed → open
Responsible manager:
(UNASSIGNED) → tim2p
Yes, you're right on both counts. "addAuthrProvider" is a typo, and the call also needs another parameter. I don't know how this slipped through the net as I did test the code on my local instance.
This is now fixed in svn: http://dev.plone.org/collective/changeset/27300. It would be helpful if you can confirm that the issue is resolved with this checkin, but I understand if you are only working from tarballs.
I will cut an RC2 as soon as I can, which will probably be some time on Wednesday.
Apologies for the not-so-thorough testing.
This is now fixed in svn: http://dev.plone.org/collective/changeset/27300. It would be helpful if you can confirm that the issue is resolved with this checkin, but I understand if you are only working from tarballs.
I will cut an RC2 as soon as I can, which will probably be some time on Wednesday.
Apologies for the not-so-thorough testing.
Added by
(anonymous)
on
August 16, 2006 - 04:08
Rev. 27300 fixed it -- works like a charm now. Thanks!
Added by
Tim Hicks
on
August 16, 2006 - 13:02
Issue state:
open → resolved