Warning/Fatal Error require once after installation of customized WP theme
-
Customized a directory theme for a client on my local host. Made sure WP was updated to most recent version as well as all plug ins before uploading files to web host. After updating config.php for new database, etc. I get the following error message:
Fatal error: require_once(): Failed opening required ‘/home1/kiarose/public_html/thethriftersguide.com/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/opt/php54/lib/php’) in /home1/kiarose/public_html/thethriftersguide.com/wp-content/plugins/inventor/libraries/class-tgm-plugin-activation.php on line 1962
Line 1962 from class-wp-list-table.php is: return ( ! empty( $installed_plugins[ $this->plugins[ $slug ][‘file_path’] ] ) );
…but I’m not sure what to update. Do I replace ‘file_path’ with ‘.:opt/php54/lib/php’ ?
Thanks in advance for help. I’m relatively new to customizing and installing WP themes and haven’t had a lot of experience dealing with errors.
- The topic ‘Warning/Fatal Error require once after installation of customized WP theme’ is closed to new replies.