I've had boost working for a while and after updating to the last dev version I realized that boost wasn't working, then I saw that the table boost_cache was broken (I was able to see that it was there, but couldn't edit or see contents). Then I disabled boost, uninstall, re-enabled and got the following error. Since then I tried removing and adding again the module, also tried with the 6.1.18 version with no luck. Somehow the boost_cache table doesn't get created, and then boost is just a fountain of errors.
I think that perhaps if I rebuild the boost_cache table manually the problem may be fixed, but I don't know the columns or characteristics and I am not good enough to read them from the error, if someone can read them from there or want a submit a dummy boost_cache table for me to copy the table I'll be happy to report any success.
Thanks in advance and this is the error:
Can't create table 'example.boost_cache' (errno: -1) query: CREATE TABLE boost_cache ( `hash` VARCHAR(32) NOT NULL DEFAULT '', `filename` TEXT NOT NULL, `base_dir` VARCHAR(128) NOT NULL DEFAULT '', `expire` INT unsigned NOT NULL DEFAULT 0, `lifetime` INT NOT NULL DEFAULT -1, `push` SMALLINT NOT NULL DEFAULT -1, `page_callback` VARCHAR(255) NOT NULL DEFAULT '', `page_type` VARCHAR(255) NOT NULL DEFAULT '', `page_id` VARCHAR(64) NOT NULL DEFAULT '', `extension` VARCHAR(8) NOT NULL DEFAULT '', `timer` INT unsigned NOT NULL DEFAULT 0, `timer_average` FLOAT NOT NULL DEFAULT 0, `hash_url` VARCHAR(32) NOT NULL DEFAULT '', `url` TEXT NOT NULL, PRIMARY KEY (hash), INDEX expire (expire), INDEX push (push), INDEX base_dir (base_dir), INDEX page_id (page_id), INDEX timer (timer), INDEX timer_average (timer_average), INDEX page_callback (page_callback), INDEX page_type (page_type), INDEX extension (extension) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in /var/www/html/includes/database.inc on line 551.
Comments
Comment #1
thomas.lucas commentedComment #2
avpadernoI am closing this bug report, as Drupal 6 is no longer supported. Please re-open it if the issue is still relevant for the Drupal 7 or 8 version of the module.