I tried running update.php and selecting WebFM version 1. After I click Update I get the following errors:

 * user warning: Duplicate column name 'perm' query: ALTER TABLE webfm_file ADD perm tinyint NOT NULL DEFAULT 0 in /var/www/html/includes/database.mysql.inc on line 172.
    * user warning: Duplicate column name 'dl_cnt' query: ALTER TABLE webfm_file ADD dl_cnt int NOT NULL DEFAULT 0 in /var/www/html/includes/database.mysql.inc on line 172.
    * user warning: Can't DROP 'list'; check that column/key exists query: ALTER TABLE webfm_attach DROP list in /var/www/html/includes/database.mysql.inc on line 172.

What does this mean?

Thank you!

Comments

robmilne’s picture

It is no longer necessary to run update 1 since the fix to the Ver2.5 install - the error messages indicate that the tables are already properly setup

robmilne’s picture

Status: Active » Closed (works as designed)
SweetSpot’s picture

Status: Closed (works as designed) » Active

Thank you. I would like to upgrade to v 2.6 since there are quite a few bugs that were fixed. How do you upgrade to 2.6 without losing any of my data?

Thanks again,

SweetSpot

robmilne’s picture

Simply copy the module to the same location as your previous version (overwrite). No other action is required since there hasn't been any db schema changes.

robmilne’s picture

Status: Active » Closed (fixed)
SweetSpot’s picture

Status: Closed (fixed) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.