如何使用Wordpress拼写检查器插件?

时间:2013-02-18 09:25:02

标签: php wordpress plugins

wordpress拼写检查程序插件(版本3.5.1)显示此错误:

Warning: require_once(C:\wamp\www\wordpress\wordpress\wp-content/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\wordpress\wordpress\wp-content\plugins\spell-plugin\spellInclude.php on line 7

1 个答案:

答案 0 :(得分:0)

您确定自己拥有此文件:

C:\wamp\www\wordpress\wordpress\wp-content/wp-config.php

如果是,我的猜测是从

改变
require_once(C:\wamp\www\wordpress\wordpress\wp-content/wp-config.php)

to(并非所有系统都接受两个斜杠)

require_once(C:\wamp\www\wordpress\wordpress\wp-content\wp-config.php)