Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-alpha3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2008 at 21:25 UTC
Updated:
20 Jan 2009 at 04:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
q0rban commentedChange title.
Comment #2
clemens.tolboomSame error here from alpha1 to alpha3
Comment #3
webernet commentedPlease remember that this module is still only in the Alpha stage (for testing purposes only), and is not ready for production use by anyone who is unprepared to encounter, and help fix, bugs.
Upgrades from Alpha (or sometimes even Beta) releases are unsupported and users are responsible for fixing any issues with their own sites if they are using these releases.
The errors are not harmful. The columns are being dropped for sites upgrading from Drupal 5. They could be avoided by adding some checks to ensure that the columns exist prior to attempting to drop them. If someone feels strongly about it, I'm sure they'll be able to come up with a patch and help get this module ready for a stable release.
Comment #4
q0rban commented@webernet, didn't mean to imply that there shouldn't be bugs in this version. Just thought I'd post what I found in case it was helpful. Untested patch attached.
Comment #5
q0rban commentedComment #6
drewish commentedi think that it might be better to do it using drupal's database functions:
Comment #7
q0rban commentedHave the time to write it, but not the time to test it... ;)
Comment #8
drewish commentedlooks pretty good but i'm on the wrong box to test it.
Comment #9
drewish commentedmarked #354367: cant drop php error when updating from 3-alpha2 to 3-alpha3 as a duplicate
Comment #10
drewish commentedthanks, committed to head.