Hello,
I'm getting a fatal error.
Fatal error: Class 'WP_List_Table' not found in \wp-content\plugins\wordpress-logging-service\includes\admin-overview-table.php on line 6
http://wordpress.org/extend/plugins/wordpress-logging-service/
Hello,
I'm getting a fatal error.
Fatal error: Class 'WP_List_Table' not found in \wp-content\plugins\wordpress-logging-service\includes\admin-overview-table.php on line 6
http://wordpress.org/extend/plugins/wordpress-logging-service/
I got the same error. you can add this line at the top of
\wp-content\plugins\wordpress-logging-service\includes\admin-overview-table.php
until it is fixed by the author.
if ( !class_exists( 'WP_List_Table' ) ) require( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
Hello, this should be now fixed. Sorry for the delay, i am overwhelmed by other work.
Thank you @zaantar for releasing the update.
(Also thanks @webheadllc for the quick fix above)
You are very welcome.
You must log in to post.