I attempted upgraded from RC10 to RC11. Upon running update.php all updates passed except #6214. Please see below results from update.php results page.
filebrowser module
Update #6211
* CREATE TABLE {node_dir_listing} ( `nid` INT unsigned NOT NULL, `folder_path` VARCHAR(255) NOT NULL, `properties` LONGTEXT NOT NULL, PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
Update #6212
* No queries
Update #6213
* CREATE TABLE {node_dir_listing_content} ( `nid` INT unsigned NOT NULL, `fid` INT unsigned NOT NULL auto_increment, `root` VARCHAR(255) NOT NULL, `path` VARCHAR(255) NOT NULL, PRIMARY KEY (fid), UNIQUE KEY nid_fid (nid, fid), UNIQUE KEY fid (fid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
Update #6214
* Failed: ALTER TABLE {node_dir_listing_content} ADD `root` VARCHAR(255) DEFAULT NULL
* ALTER TABLE {node_dir_listing_content} CHANGE `root` `root` VARCHAR(255) NOT NULL
Comments
Comment #1
briandj62 commentedI have updated my Drupal website today with drush and I get the same error:
Since then, I get a lot of these warnings when trying to list a directory listing:
I have tried to rebuild the drupal database both with drush and from using update.php and I have also restarted the MySQL and Apache servers, but the warnings remain.
Comment #2
antix commentedI had the same issue. I found that editing/saving the directory listing made the errors no longer appear on the page.
Comment #3
Yoran commentedNormally fixed even if this will not be usefull for next rc