Skip Navigation

[Resolved] Split: need help , very complicated – console error now on all event pages

This support ticket is created 5 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by martinP-13 5 years, 11 months ago.

Assisted by: Waqar.

Author
Posts
#1187962

1) I have a console error now on all event pages(and other toolset post types) unless i deactive toolset then there are no console error.
example
hidden link

martin

#1187989

Hi Martin,

Looking into the source code of your website's pages, I noticed that the theme or some third-party plugin is loading the Jquery library from Google's CDN and not the one from the default one from WordPress installation.
( hidden link )

As a result, another script file ( jquery-migrate.js ) which is dependant on the default jQuery's loading is not getting included and you're seeing the error in the console:
" Uncaught TypeError: Cannot read property 'safari' of undefined "

This specific error can be avoided, by disabling Toolset's debugging information logging. Please open your website's "wp-config.php" file in the root directory and remove any line which includes: "TOOLSET_LOGGING_STATUS" or "WPV_LOGGING_STATUS".
( ref: https://codex.wordpress.org/Editing_wp-config.php )

I hope this helps and please let me know how it goes.

regards,
Waqar

#1188024

My issue is resolved now. Thank you!