New errors after woo commerce update today :] wp-includes/functions.php on line 6026 and 6029

Hi guys …and gals
hope everyone is safe and happy -
I got these errors today after updateing woocomerre plugin and another 2

Please note that in the recent past i had a situation with Slider revolution Update to newer version which messed up my front end and its was a situation where i had no option but to revert back to - Slider Revolution 6.2.15

Which is still at the moment on my site… and working just fine.
Luckilly i had the plugin - Updraft Plus ( which i reccomend ) - because from there i was abel to restore the plugnins i had on that backup … . ( it took a long time ) - but it worked - and i was able to have my front end working ( after i fixed the small issues i had ) - but i got everyrthing back to normal - and front end working again.

So the reason i am explaing this - is hopefully im hoping that many the new errors i see today could be a cause of having the older verions ??

So my question is…
Is it safe to update the Slider revolution to the lates - Update to 6.2.23 ???
Could it be that after update these errors will solve ??
Or is this a completely new situation that i need your help for :]]

Thanks guys and gals :]]
Andrew

Hi Andrew,

Thanks for reaching out.
It seems the warnings are coming from a 3rd Party plugin named WooCommerce Google Ad and from wp-includes/functions.php. As this is just the warning you can just ignore it by adding the following code into your wp-config.php file.

define( 'WP_DEBUG', false );

Please find the video will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o
If you still want to report the warning, I would suggest you contact the 3rd Party developer first and let us know, if by resolving the 3rd party plugin issue does not resolve all.

The new version of Slider Revolution has been released for the theme after completing the compatibility test, still, I would recommend you to take a backup before you update. So if anything wrong happens, you will be able to import those from your backup.

Thanks

hey guys - big thanks for your reply - and yes i will make backups - :]]
i found wp-config and i already have the code as above.

any suggestions ??

regards
a

Hey a,

Try adding the following lines below the define( 'WP_DEBUG', false );

  // Enable Debug logging to the /wp-content/debug.log file
  define( 'WP_DEBUG_LOG', true );

  // Disable display of errors and warnings 
  define( 'WP_DEBUG_DISPLAY', false );
  @ini_set( 'display_errors', 0 );

Hope that helps.

worked like a charm :]] when i put it exactly under the first line :]]
big hugs
andrew

You’re welcome, Andrew.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.