Warning: mb_strimwidth() [function.mb-strimwidth]: Start position is out of range in ../header.php
后来在作者的网站上找到了解决方案
打开header.php 第14行找到
mb_strimwidth(strip_tags(apply_filters(‘the_content’,$post->post_content)),6,220);
替换为substr(strip_tags($post->post_content),0,220);
就不提示这个信息了。
发表于 2011年03月16日 11:18
非常好 我的问题解决了
发表于 2010年08月20日 08:27
Call to undefined function mb_strimwidth() 是说明找不到函数,你有没有动其它的地方?是不是删除了什么东东?
发表于 2010年08月19日 09:56
老大,请问哈你我这个主题点击文章出现Fatal error: Call to undefined function mb_strimwidth() in /home/mermer/public_html/wp-content/themes/hzoo_2010v1/header.php on line 15
错是什么原因啊?帮帮忙,谢谢
发表于 2010年05月18日 15:46
多少行报错,你是在那替换,注意编码的问题。
发表于 2010年05月18日 15:11
替换掉还是不行的 报另外的错误
Parse error: syntax error, unexpected T_STRING
又这样报错呢
发表于 2010年04月22日 19:14
好累,干嘛那么刻意的做一些事情呢,开博客的目的就是为了推广为了加链接么?
发表于 2010年04月22日 14:28
这个写的不错~