unctions.php on line 785

Posted in: Newspaper
Post count: 11

wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 785

hi i see this error many times on error log.txt on cpanel root

how to fix this ?

Post count: 23312

Hello SirBabak,

Please make sure that you have correctly made you theme update to the latest version of the theme which is Newspaper 7.4. Also, try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out any conflicting plugins. For more information about this regard, please consult our documentation here -> https://forum.tagdiv.com/install-via-ftp/
Also, if your problem is still there, please provide more detail about this error and you can provide it all of this so we can further inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 11

[06-Nov-2016 01:13:48 UTC] PHP Warning: stristr(): Empty needle in /home/awesnet/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 786

this error added daily on error_log.txt in public_html root

i use latest version newspaper theme! and check line 786 (//small image slide)

Post count: 23312

Hello SirBabak,

This error seems to occur due is not exists a check on $link_html and probably it is a case where an empty parameter is received. You should try to add a check there to exclude this behaviour, like this -> http://screencast.com/t/TTr7tp1jo2B and the snippet of the code is here ->
if ( !empty($current_url) && stristr( $link_html, $current_url ) !== false ) { or also, you can try to change the stristr function whcih do not accespt the empty needle and replace it with strpos, according to the documentation here -> https://developer.wordpress.org/reference/hooks/get_archives_link/

Hope this helps!

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.