How to use WordPress spelling checker plugin?

The wordpress spelling checker plugin (version 3.5.1) shows this error:

Warning: require_once(C:wampwwwwordpresswordpresswp-content/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in C:wampwwwwordpresswordpresswp-contentpluginsspell-pluginspellInclude.php on line 7

Related posts

Leave a Reply

1 comment

  1. Are you sure you have this file in:

    C:wampwwwwordpresswordpresswp-content/wp-config.php
    

    If yes, my guess is to change from

    require_once(C:wampwwwwordpresswordpresswp-content/wp-config.php)
    

    to (not all systems accept both slashes)

    require_once(C:wampwwwwordpresswordpresswp-contentwp-config.php)