Does not detect links in posts
-
I’m a new user of BLC and love the concept. However BLC does not detect links inside blogposts. Only within pages. I have BLC 1.7.1 and WP 3.5.1. All settings looks good and no error that I can see in the debug info.
The blog is available here: http://idaotterholm.se/category/blogg/
Debug:
PHP version 5.3.10
MySQL version 5.5.21
CURL version 7.24.0
Snoopy Installed
Safe mode Off
open_basedir Off
Default PHP execution time limit 30 sekunder
Resynch. flag 0
Synch. records 113
Unparsed items 0
Link records 0 (0)
Installation log Plugin activated at 2012-04-10 18:33:18.
Installation/update begins.
Upgrading the database…
[OK] CREATE TABLE IF NOT EXISTSwp_idaotterholm__1_blc_filters(idint(10) unsigned NOT NULL AUTO_INCREMENT,namevarchar(100) NOT NULL,paramstext NOT NULL, PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8
[OK] CREATE TABLE IF NOT EXISTSwp_idaotterholm__1_blc_instances(instance_idint(10) unsigned NOT NULL AUTO_INCREMENT,link_idint(10) unsigned NOT NULL,container_idint(10) unsigned NOT NULL,container_typevarchar(40) NOT NULL DEFAULT ‘post’,link_textvarchar(250) NOT NULL DEFAULT ”,parser_typevarchar(40) NOT NULL DEFAULT ‘link’,container_fieldvarchar(250) NOT NULL DEFAULT ”,link_contextvarchar(250) NOT NULL DEFAULT ”,raw_urltext NOT NULL, PRIMARY KEY (instance_id), KEYlink_id(link_id), KEYsource_id(container_type,container_id), KEYparser_type(parser_type) ) DEFAULT CHARACTER SET utf8
[OK] CREATE TABLE IF NOT EXISTSwp_idaotterholm__1_blc_links(link_idint(20) unsigned NOT NULL AUTO_INCREMENT,urltext CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,first_failuredatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,last_checkdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,last_successdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,last_check_attemptdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,check_countint(4) unsigned NOT NULL DEFAULT ‘0’,final_urltext CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,redirect_countsmallint(5) unsigned NOT NULL DEFAULT ‘0’,logtext NOT NULL,http_codesmallint(6) NOT NULL DEFAULT ‘0’,status_codevarchar(100) DEFAULT ”,status_textvarchar(250) DEFAULT ”,request_durationfloat NOT NULL DEFAULT ‘0’,timeouttinyint(1) unsigned NOT NULL DEFAULT ‘0’,brokentinyint(1) NOT NULL DEFAULT ‘0’,may_rechecktinyint(1) NOT NULL DEFAULT ‘1’,being_checkedtinyint(1) NOT NULL DEFAULT ‘0’,result_hashvarchar(200) NOT NULL DEFAULT ”,false_positivetinyint(1) NOT NULL DEFAULT ‘0’, PRIMARY KEY (link_id), KEYurl(url(150)), KEYfinal_url(final_url(150)), KEYhttp_code(http_code), KEYbroken(broken) ) DEFAULT CHARACTER SET utf8
[OK] CREATE TABLE IF NOT EXISTSwp_idaotterholm__1_blc_synch(container_idint(20) unsigned NOT NULL,container_typevarchar(40) NOT NULL,synchedtinyint(3) unsigned NOT NULL,last_synchdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’, PRIMARY KEY (container_type,container_id), KEYsynched(synched) ) DEFAULT CHARACTER SET utf8
Database schema updated.
Database successfully upgraded.
Cleaning up the database…
… Deleting invalid container records
… 0 synch records deleted
… Deleting invalid link instances
… 0 instances deleted
… 0 more instances deleted
… Deleting orphaned links
… 0 links deleted
Notifying modules…
… Updating module cache
… Notifying module “http”
… Notifying module “link”
…… Parser “link” is marking relevant items as unsynched
…… Executing query: UPDATE wp_idaotterholm__1_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’)
…… 0 rows affected
… Notifying module “image”
…… Parser “image” is marking relevant items as unsynched
…… Executing query: UPDATE wp_idaotterholm__1_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’)
…… 0 rows affected
… Notifying module “metadata”
…… Parser “metadata” is marking relevant items as unsynched
…… Executing query: UPDATE wp_idaotterholm__1_blc_synch SET synched = 0 WHERE (container_type = ‘custom_field’ AND last_synch >= ‘1970-01-01 00:00:00’)
…… 0 rows affected
… Notifying module “url_field”
…… Parser “url_field” is marking relevant items as unsynched
…… Executing query: UPDATE wp_idaotterholm__1_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’)
…… 0 rows affected
… Notifying module “blogroll”
… Notifying module “comment”
…… Deleting synch. records for removed comments
…… 0 rows affected
…… Creating synch. records for new comments
…… 0 rows affected
… Notifying module “post”
…… Deleting synch records for removed posts
…… 0 rows deleted
…… Marking changed posts as unsynched
…… 0 rows updated
…… Creating synch records for new posts
…… 9 rows inserted
… Notifying module “page”
…… Skipping “page” resyncyh since all post types were already synched.
… Notifying module “dummy”
Updating server load limit settings…
Optimizing the database…
Completing installation…
Configuration saved.
Installation/update completed at 2012-04-10 18:33:19 with 29 queries executed.
The topic ‘Does not detect links in posts’ is closed to new replies.