Hello,
in our PHP error log this message appeared, although everything seems to be working without any problems.
What is the reason?
Fatal error: Uncaught Error: Class ‘td_util’ not found in /home/travelan/public_html/wp-content/themes/Newsmag/functions.php:52
Stack Trace
1.
{closure}(false, Object(WP_Query))
/home/travelan/public_html/wp-includes/class-wp-hook.php:303
2.
WP_Hook->apply_filters(false, Array)
/home/travelan/public_html/wp-includes/plugin.php:189
3.
apply_filters('pre_handle_404', false, Object(WP_Query))
/home/travelan/public_html/wp-includes/class-wp.php:663
4.
WP->handle_404()
/home/travelan/public_html/wp-includes/class-wp.php:753
5.
WP->main('')
/home/travelan/public_html/wp-includes/functions.php:1291
6.
wp()
/home/travelan/public_html/wp-blog-header.php:16
7.
require('/home/travelan/...')
/home/travelan/public_html/index.php:17
8.
{main}
thrown in /home/travelan/public_html/wp-content/themes/Newsmag/functions.php on line 52
Thank you!
Regards
Hi,
That error is referring to the post settings (https://i.imgur.com/FfoXX0G.png), usually, this kind of errors appears when in the theme or theme plugins were made changes and some time when there are some problems with some untested plugins.
What I can suggest it is to make a test using only tagDiv plugins and see if the error are still add in php error log, also in case that you know that there were made changes in the them files, then it can be from there, a clean install normally will fix the problem.
Thank you!
Hi Calin, these error messages actually appeared (and continue to appear…) only after updating to the latest version (5.1) of Newsmag and without loading new plugins.
The problem is that they are many and of different types, for example:
Fatal error: require_once(): Failed opening required 'ABSPATHwp-admin/includes/class-walker-category-checklist.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/travelan/public_html/wp-admin/includes/template.php on line 12
or:
Fatal error: Uncaught Error: Class 'WP_List_Table' not found in /home/travelan/public_html/wp-admin/includes/class-wp-plugins-list-table.php:18
Stack Trace
1.
{main}
thrown in /home/travelan/public_html/wp-admin/includes/class-wp-plugins-list-table.php on line 18
and again:
Fatal error: Uncaught Error: Class 'WP_Upgrader' not found in /home/travelan/public_html/wp-admin/includes/class-theme-upgrader.php:21
Stack Trace
1.
{main}
thrown in /home/travelan/public_html/wp-admin/includes/class-theme-upgrader.php on line 21
or:
atal error: Uncaught Error: Class 'WP_Filesystem_Base' not found in /home/travelan/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php:36
Stack Trace
1.
{main}
thrown in /home/travelan/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php on line 36
We can’t figure out if it depends on WordPress or the theme. Since it’s a magazine and we wouldn’t want to have any problems, in case you guys could work to fix it for a fee?
Thanks!
Hi,
As I can see in our reply all the problems seems to be related to the wp-admin folder from WordPress only, the themes and plugins are in wp-content -> https://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-file-and-directory-structure/
Now this is not exclude to be from a theme or plugin problem and those to interfere with the settings from WordPress for this you need to make a test using a default theme from WP and without any plugins to see if it is an WordPress problem or not (to make this you need to make a full backup first).
If you want we can investigate this problem, but for this you need to contact us at contact@tagdiv.com and we need wp-admin and cPanel access, also you need to have a full backup for your database and website.
Thank you!