sintro
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Super Cache] PHP NOtice in debug log in wp-cache-phase2.php on line 1143Yes, it’s a simple fix. The lines are out of order.
In wp-cache-phase2.php line 1143, change:
wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$supercache_home}page/." ); $supercache_home = get_supercache_dir(); prune_super_cache( $supercache_home . 'page/', true );to
$supercache_home = get_supercache_dir(); wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$supercache_home}page/." ); prune_super_cache( $supercache_home . 'page/', true );Forum: Fixing WordPress
In reply to: HTTP Error. when uploading imagesEncountered this problem when I upgraded to 4.5.1.
Solution1 fixed it. Thanks!This has to do with Twitter.
Notice: Undefined index: count in line 354
352 // get and decode count
353 $arrTwitterShareDetails = json_decode($htmlTwitterShareDetails[‘body’], true);
354 $intTwitterShareCount = $arrTwitterShareDetails[‘count’];
355 return ($intTwitterShareCount) ? ssba_format_number($intTwitterShareCount) : ‘0’;I’m having the same problem.
Forum: Reviews
In reply to: [Register IPs] Geolocation IPThanks! This works great!
Viewing 5 replies - 1 through 5 (of 5 total)