Skip to content

Instantly share code, notes, and snippets.

@archon810
Created August 21, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archon810/7401da917e1b639540add23721ce7320 to your computer and use it in GitHub Desktop.
Save archon810/7401da917e1b639540add23721ce7320 to your computer and use it in GitHub Desktop.
Broken Link Checker installation failed. Try deactivating and then reactivating the plugin.
installation_complete = 0
installation_flag_cleared_on = 2020-08-21T20:07:51+00:00 (1598040471.7309)
installation_flag_set_on = 2018-08-16T15:44:34-07:00 (1534459474.0679)
Installation log follows :
Plugin activated at 2020-08-21 13:07:50.
Installation/update begins.
Upgrading the database...
... SHOW TABLES (0.001 seconds)
... SHOW FULL COLUMNS FROM wp_blc_filters 0.001 seconds
... SHOW INDEX FROM wp_blc_filters 0.001 seconds
... SHOW FULL COLUMNS FROM wp_blc_instances 0.001 seconds
... SHOW INDEX FROM wp_blc_instances 0.001 seconds
... SHOW FULL COLUMNS FROM wp_blc_links 0.001 seconds
... SHOW INDEX FROM wp_blc_links 0.001 seconds
... SHOW FULL COLUMNS FROM wp_blc_synch 0.002 seconds
... SHOW INDEX FROM wp_blc_synch 0.001 seconds
[ ] ALTER TABLE `wp_blc_instances` MODIFY COLUMN `link_text` text NOT NULL DEFAULT ''
Database error :
Schema update took 0.038 seconds
Database schema updated.
--- Total: 0.038 seconds
Cleaning up the database...
... Deleting invalid container records
... 0 synch records deleted in 0.017 seconds
... Deleting invalid link instances
... 0 instances deleted in 0.025 seconds
... 0 more instances deleted in 0.017 seconds
... Deleting orphaned links
... 0 links deleted in 0.055 seconds
--- Total: 0.113 seconds
Notifying modules...
... Updating module cache
... Cache refresh took 0.102 seconds
... Loading modules
... 2 modules loaded in 0.000 seconds
... Notifying module "http"
... Notifying module "image"
... Notifying module "metadata"
... Notifying module "url_field"
... Notifying module "acf"
... Notifying module "post"
...... Deleting synch records for removed posts & post with invalid status
DELETE synch.* FROM wp_blc_synch AS synch WHERE synch.container_id NOT IN ('703421', '703390', '703409', '703400', '703377', '702473', '702844', '669171', '699118', '703362', '703352', '703330', '703298', '703285', '703326', '678828', '703304', '703271', '703263', '703279', '703277', '703239', '702310', '703174', '703190', '703220', '703070', '703199', '329', '323', '319', '317', '309', '307', '301', '286', '279', '270', '267', '262', '248', '239', '235', '230', '223', '219', '212', '194', '206', '190', '187', '178', '158', '154', '146', '140', '135', '123', '122', '86', '82', '97', '98', '100', '104', '87')
...... 0 rows deleted in 1.014 seconds
...... Marking changed posts as unsynched
UPDATE wp_blc_synch AS synch JOIN wp_posts AS posts ON (synch.container_id = posts.ID and synch.container_type=posts.post_type) SET synched = 0 WHERE synch.last_synch < posts.post_modified
...... 0 rows updated in 0.147 seconds
...... Creating synch records for new posts
INSERT INTO wp_blc_synch(container_id, container_type, synched) SELECT posts.id, posts.post_type, 0 FROM wp_posts AS posts LEFT JOIN wp_blc_synch AS synch ON (synch.container_id = posts.ID and synch.container_type=posts.post_type) WHERE posts.post_status IN ('publish') AND posts.post_type IN ('post') AND synch.container_id IS NULL
...... 0 rows inserted in 0.111 seconds
... Notifying module "youtube-checker"
... Notifying module "dummy"
--- Total: 1.374 seconds
Updating server load limit settings...
Optimizing the database...
--- Total: 0.088 seconds
Completing installation...
Error saving plugin configuration!
Installation/update completed at 2020-08-21 13:07:52 with 12 queries executed.
Total time: 1.939 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment