Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [WP Spell Check] Bug Report

    We got hit with this issue as well.

    
    PHP Fatal error:  require_once(): Failed opening required 'admin/wpsc-empty-results.php' 
    

    For now I had to comment out the line 99 in the file wp-content/plugins/wp-spell-check/wpspellcheck.php

    
       /* require_once( 'admin/wpsc-empty-results.php' ); */
    

    This brought our word press site back to life.

Viewing 1 replies (of 1 total)