Fatal Error on version 3.3.4
-
The plugin throws a fatal error after the latest upgrade when using the WP CLI tool:
PHP Fatal error: require(): Failed opening required 'public/wp-content/plugins/kama-thumbnail/class-Kama_Thumb_CLI.php' (include_path='.:/usr/share/php') in public/wp-content/plugins/kama-thumbnail/kama_thumbnail.php on line 43 Fatal error: require(): Failed opening required 'public/wp-content/plugins/kama-thumbnail/class-Kama_Thumb_CLI.php' (include_path='.:/usr/share/php') in public/wp-content/plugins/kama-thumbnail/kama_thumbnail.php on line 43
I fixed it by commenting out the cli related lines as the required file seems to be missing.
if( defined( 'WP_CLI' ) ){ //require KT_PATH . 'class-Kama_Thumb_CLI.php'; //Kama_Thumb_CLI::init(); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal Error on version 3.3.4’ is closed to new replies.