Update 2.67.63 and don't work
-
Dear Allen
I have updated with last versione but for many time rss don’t work.
I have done the debug and have founded in import_post.php these istruction (line 488):
while ( stristr($url, ‘http’) != $url )
$url = substr($url, 1);
if (empty($url)) {continue;}$url = esc_url_raw(strip_tags($url));
if ($directFetch==1){
$feed = wp_rss_fetchFeed($url,$timeout,$forceFeed,$showVideo);
}else{
$feed = fetch_feed($url);I have changed only the first istructions:
$dep_url = substr($url, 1);
if (empty($dep_url)) {continue;}Giancarlo
Ps: now load the rss
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Update 2.67.63 and don't work’ is closed to new replies.