· 8 years ago · Nov 23, 2017, 01:48 PM
1PHP Version 5.2.13
2MySQL Version 5.1.54-log
3CURL Version 7.20.0
4Snoopy Installiert
5Safe mode Aus
6open_basedir Aus
7Default PHP execution time limit 90 Sekunden
8Resynch. flag 0
9Synch. records 210
10Unparsed items 0
11Link records 0 (0)
12Installation log Plugin activated at 2011-09-05 13:45:59.
13Installation/update begins.
14Upgrading the database...
15[OK] CREATE TABLE IF NOT EXISTS `wp_blc_filters` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARACTER SET utf8
16[OK] CREATE TABLE IF NOT EXISTS `wp_blc_instances` ( `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `link_id` int(10) unsigned NOT NULL, `container_id` int(10) unsigned NOT NULL, `container_type` varchar(40) NOT NULL DEFAULT 'post', `link_text` varchar(250) NOT NULL DEFAULT '', `parser_type` varchar(40) NOT NULL DEFAULT 'link', `container_field` varchar(250) NOT NULL DEFAULT '', `link_context` varchar(250) NOT NULL DEFAULT '', `raw_url` text NOT NULL, PRIMARY KEY (`instance_id`), KEY `link_id` (`link_id`), KEY `source_id` (`container_type`, `container_id`), KEY `parser_type` (`parser_type`) ) DEFAULT CHARACTER SET utf8
17[OK] CREATE TABLE IF NOT EXISTS `wp_blc_links` ( `link_id` int(20) unsigned NOT NULL AUTO_INCREMENT, `url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL, `first_failure` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_success` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_check_attempt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `check_count` int(4) unsigned NOT NULL DEFAULT '0', `final_url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL, `redirect_count` smallint(5) unsigned NOT NULL DEFAULT '0', `log` text NOT NULL, `http_code` smallint(6) NOT NULL DEFAULT '0', `status_code` varchar(100) DEFAULT '', `status_text` varchar(250) DEFAULT '', `request_duration` float NOT NULL DEFAULT '0', `timeout` tinyint(1) unsigned NOT NULL DEFAULT '0', `broken` tinyint(1) NOT NULL DEFAULT '0', `may_recheck` tinyint(1) NOT NULL DEFAULT '1', `being_checked` tinyint(1) NOT NULL DEFAULT '0', `result_hash` varchar(200) NOT NULL DEFAULT '', `false_positive` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`link_id`), KEY `url` (`url`(150)), KEY `final_url` (`final_url`(150)), KEY `http_code` (`http_code`), KEY `broken` (`broken`) ) DEFAULT CHARACTER SET utf8
18[OK] CREATE TABLE IF NOT EXISTS `wp_blc_synch` ( `container_id` int(20) unsigned NOT NULL, `container_type` varchar(40) NOT NULL, `synched` tinyint(3) unsigned NOT NULL, `last_synch` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`container_type`,`container_id`), KEY `synched` (`synched`) ) DEFAULT CHARACTER SET utf8
19Database schema updated.
20Database successfully upgraded.
21Cleaning up the database...
22... Deleting invalid container records
23... 0 synch records deleted
24... Deleting invalid link instances
25... 0 instances deleted
26... 0 more instances deleted
27... Deleting orphaned links
28... 0 links deleted
29Notifying modules...
30... Updating module cache
31... Notifying module "http"
32... Notifying module "link"
33...... Parser "link" is marking relevant items as unsynched
34...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = 'page' AND last_synch >= '1970-01-01 00:00:00') OR (container_type = 'post' AND last_synch >= '1970-01-01 00:00:00') OR (container_type = 'comment' AND last_synch >= '1970-01-01 00:00:00')
35...... 0 rows affected
36... Notifying module "image"
37...... Parser "image" is marking relevant items as unsynched
38...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = 'page' AND last_synch >= '1970-01-01 00:00:00') OR (container_type = 'post' AND last_synch >= '1970-01-01 00:00:00') OR (container_type = 'comment' AND last_synch >= '1970-01-01 00:00:00')
39...... 0 rows affected
40... Notifying module "metadata"
41...... Parser "metadata" is marking relevant items as unsynched
42...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = 'custom_field' AND last_synch >= '1970-01-01 00:00:00')
43...... 0 rows affected
44... Notifying module "url_field"
45...... Parser "url_field" is marking relevant items as unsynched
46...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = 'comment' AND last_synch >= '1970-01-01 00:00:00') OR (container_type = 'blogroll' AND last_synch >= '1970-01-01 00:00:00')
47...... 0 rows affected
48... Notifying module "blogroll"
49... Notifying module "comment"
50...... Deleting synch. records for removed comments
51...... 0 rows affected
52...... Creating synch. records for new comments
53...... 0 rows affected
54... Notifying module "post"
55...... Deleting synch records for removed posts
56...... 0 rows deleted
57...... Marking changed posts as unsynched
58...... 0 rows updated
59...... Creating synch records for new posts
60...... 100 rows inserted
61... Notifying module "page"
62...... Skipping "page" resyncyh since all post types were already synched.
63... Notifying module "dummy"
64Updating server load limit settings...
65Optimizing the database...
66Completing installation...
67Configuration saved.
68Installation/update completed at 2011-09-05 13:45:59 with 29 queries executed.