最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决LC IS UPDATE SITEMAP WHEN POST的问题
时间:2022-06-25 18:39:56 编辑:袖梨 来源:一聚教程网
如何解决BAIDU SITEMAP GENERATOR插件出现 ILLEGAL STRING OFFSET LC_IS_UPDATE_SITEMAP_WHEN_POST问题呢?当发布文章的时候,出现了这个,于是便有了下文。 ILLEGAL STRING OFFSET 这个错误请看鸟哥的《PHP5.4更新注意点》
wordpress网址地图插件现在用得比较多的就是柳城的《Baidu Sitemap Generator》,我现在用的也是这个!但是有时候会报一个这样的问题!在发布或更新文章,出现的 PHP Warning:Illegal string offset ‘ lc_is_update_sitemap_when_post ’ in ……/wp-content/plugins/baidu-sitemap-generator/baidu_sitemap.php on line 406, 出现这问题的解决办法是:
打开 baidu-sitemap.php 文件中的第 406 行:
把下面的代码:
if($get_baidu_sitemap_options[' lc_is_update_sitemap_when_post '] == ’1′){
wp_clear_scheduled_hook(‘do_baidu_sitemap_by_post’);
wp_clear_scheduled_hook(‘do_this_auto_daily’);
wp_schedule_single_event(time()+10, ‘do_baidu_sitemap_by_post’);
}
直接把条件语句注释掉, 改为:
//if($get_baidu_sitemap_options[' lc_is_update_sitemap_when_post '] == ’1′){
wp_clear_scheduled_hook(‘do_baidu_sitemap_by_post’);
wp_clear_scheduled_hook(‘do_this_auto_daily’);
wp_schedule_single_event(time()+10, ‘do_baidu_sitemap_by_post’);
//}
就行了。
修改后的代码大致意思是:每当发布文章时,sitemap都会自动更新。
相关文章
- Binance.US已上线VIRTUAL 04-30
- binance官网电脑下载_binance苹果版下载地址V2.57.7 04-30
- 比特币交易量最大的交易所是哪个?全球最大的比特币交易平台排名 04-30
- 奥比岛梦想国度卡死闪退有哪些解决方法 04-30
- DNF手游骨戒在哪个位置 04-30
- 回望羊驼:当利空成为短暂的财富密码 04-30