I am getting two errors that is preventing articles are showing. I am thinking it is related to the recent update, but my previous version is also not loading.
1) “PHP message: WordPress database error Table ‘eth.wp_popularpostsdata’ doesn’t exist for query INSERT INTO wp_popularpostsdata
2) PHP Fatal error: Uncaught Error: Class “DOMDocument” not found in /var/www/endtimeheadlines.org/wp-content/plugins/wordpress-popular-postsNEW/src/Output.php:165
Thank you for your assistance.
The page I need help with: [log in to see the link]
1) “PHP message: WordPress database error Table ‘eth.wp_popularpostsdata’ doesn’t exist for query INSERT INTO wp_popularpostsdata
That’s one of WPP’s database tables. It’s odd that it’s missing since neither of the recent updates (not even the older ones) do anything database related. Something else (or someone?) deleted this table from your database.
Deleting and reinstalling the plugin should recreate this table. Alternatively, if you have recent database backups you may be able to restore this table. Please refer to the people who maintain your website and/or to your hosting provider for more details.
2) PHP Fatal error: Uncaught Error: Class “DOMDocument” not found in /var/www/endtimeheadlines.org/wp-content/plugins/wordpress-popular-postsNEW/src/Output.php:165
You need to install / enable the PHP DOM extension on your site. You can do so via your hosting provider’s control panel (eg. cPanel), or alternatively you can also reach out to your hosting provider and ask them to enable it for you.
Thank you so much for this quick reply. I have re-installed the plugin and installed php-dom for v8.1 and the two errors are gone, however the post list is still not loading on the homepage. Just getting the loading bar with no messages now.