I getting the following in the php error log. How can I fix?
Nov 16, 09:04:00
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 16, 09:04:00
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 16, 09:04:00
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Theme version 8.1.2
PHP Version 7.0.25
Hello,
The errors have nothing to do with the speed booster plugin. wp-booster is a a theme file. Did yo umake any modification to the theme files? If not, polease try to disable all plugins except the page builder and clear all caching.
As a side note. wp-debug is not recommended to be left on as it can create issues with our theme.
Thank you!
hi
I’ve disabled all plugins except for pagebuilder, cleared all caches but errors still are happening. debug is off, no recent changes to theme
Nov 17, 02:07:50
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 02:07:50
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 02:07:50
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 03:23:20
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 03:23:20
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 03:23:20
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 19:59:06
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Nov 17, 19:59:06
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Ignore
Nov 17, 19:59:06
PHP Notice: Undefined index: source in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 154
Log file: /home/fidopedi/.cloudflare/php-errors.log (1.71
OK this is getting really messed up. I totally deleted the newspaper theme, did a new download from envato and did a fresh install of the theme. I then imported my saved theme settings through the theme panel. I am still getting these errors and now all my sidebars are gone. The only plugin I have enabled is the pagebuilder. Something is wrong with the theme. I really need these errors fixed and told how to get my sidebars back
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
Nov 17, 22:12:51
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
Nov 17, 22:13:09
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
Nov 17, 22:13:09
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
Nov 17, 22:13:09
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
Nov 17, 22:14:49
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
Nov 17, 22:14:49
PHP Notice: Undefined index: description in /home/fidopedi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 131
This is not an error – it is a notice.
Differences are explained here: http://www.php.net/manual/en/errorfunc.constants.php
Specifficaly:
Errors:
Fatal run-time errors. These indicate errors that can not be recovered from, such as a memory allocation problem. Execution of the script is halted.
Warnings:
Run-time warnings (non-fatal errors). Execution of the script is not halted.
Notices:
Run-time notices. Indicate that the script encountered something that could indicate an error, but could also happen in the normal course of running a script.
OK, a “PHP notice” that can indicate an error. Now that we have cleared that up how do we fix it. Obviously its not a normal behavior as it is filling up the error log and is calling for something that is undefined. I’m not a php programmer and I dont plan to be. Thats why I purchased a theme instead of building one. Please help me with this instead of sending me to read about errors
Hello,
There seems to be an array that is not defined in the code
https://www.screencast.com/t/ts1jNEt0msK
$td_tgm_theme_plugin[‘source’] is not defined
I have added this to our bug list for future updates and will pass this information on to the development team.
Sorry for the inconvenience.