Errors on 404 page
-
Hi there,
I really like this theme. It is perfect for a project I am working on. The only problem I have had is with the 404 page. There are a lot of PHP errors being generated as follows:
Notice: Trying to get property of non-object in /path/to/site/wp-content/themes/sento/admin/main/options/01.general-settings.php on line 78
Notice: Undefined variable: _thinkup_meta_slider in /path/to/site/wp-content/themes/sento/admin/main/options/02.homepage.php on line 31
class=”error404 logged-in custom-background layout-responsive layout-wide pre-header-style2 header-style2″>Fatal error: Call to undefined function thinkup_input_404content() in /path/to/site/wp-content/themes/sento/404.php on line 10
At this point I removed the call to the undefined function in my child themes 404.php page to solve the fatal error. Then I got the following in the footer of the page:
Notice: Trying to get property of non-object in /path/to/site/wp-content/themes/sento/admin/main/options/01.general-settings.php on line 216
Notice: Trying to get property of non-object in /path/to/site/wp-content/themes/sento/admin/main/options/01.general-settings.php on line 641
This is a fresh WP install with WP_DEBUG set to true. All plugins are up to date.
- The topic ‘Errors on 404 page’ is closed to new replies.