CoolCode插件导致博客不能访问,现已恢复

今天本博客IP骤减至0,下午打开浏览器,输入 xiacd.com
页面打不开,出现以下提示:

Warning: require_once(Text/Highlighter.php) [function.require-once]: failed to open stream: No such file or directory in /home/…………/plugins/coolcode/coolcode.php on line 100

我很是奇怪:昨天还好好的,这两天我也没有折腾过WP啊,怎么会出现程序错误呢?

反正看提示知道是CoolCode插件主程序CoolCode.php文件第100行处调用“Text/Highlighter.php”出错,找不到指定文件,登陆FTP发现,“Text/Highlighter.php”这个文件在PEAR文件夹下,难怪找不到了。

修正很简单:将CoolCode.php文件的第一百行[该行数可能因插件版本不同而异]

require_once(Text/Highlighter.php)

修改为

require_once(PEAR/Text/Highlighter.php)

即可。

问题已经解决,可是为什么以前都没有这个问题,今天才突然出现呢!

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code