Closed (fixed)
Project:
Quotes
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 23:25 UTC
Updated:
30 Jan 2013 at 22:26 UTC
I am getting the following error when running uodate.php. I had to patch update to tell me which module was causing it.
quotes module quotes module can not be updated. Its schema version is 0. Updates up to and including 6107 have been removed in this release. In order to update quotes module, you will first need to upgrade to the last version in which these updates were available.
Obviously not a show stopper, but not sure what to do about it.
The module seems to be working fine. See it HERE.
Comments
Comment #1
ctmattice1 commentedWas this a fresh install on 7.x or from a D6 -> D7 upgrade?
Comment #2
samgreco commentedThis was a fresh install. And I have a sneaky suspicion that something else may be causing it. I had done updates on modules before and never saw this error. And I updated Drupal from 7.12 to 7.14.
But this is the only message I get using the hacked update.php.
Comment #3
ctmattice1 commentedWhen was the install done?
Up till the last dev release (or possibly the one prior) I can see where this would have happened as update_last_removed function was not in the install file (#915216: "Some of the pending updates cannot be applied because their dependencies were not met.") so drupal set the schema version to 0 on install. Then when you tried to update from 7.12 to 7.14 it showed up.
easiest way to fix this would be to use phpmysqladmin or similar to change the quotes schema_version to 7000.
If the fresh install was done with the latest dev release then yeah I agree something else may be causing it.
Comment #4
samgreco commentedNo, this was updated from a previous dev version. I'll make the change in the DB. Thanks.
Comment #5
samgreco commentedThat fixed it.
Comment #6
jcook4now commentedI just uninstalled Quotes and reinstalled with the latest version and still got this error. Updating the system table to set the quotes schema_version to 7001 worked.
Jeff