Skip Navigation

[Resolved] Toolset causes critical error on this website.

This thread is resolved. Here is a description of the problem and solution.

Problem:

I am experiencing critical error in Toolset.

Solution:

Check for theme and plugin conflict:

- IMPORTANT STEP! Create a backup of your website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except Toolset and Toolset add-ons.
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.

This support ticket is created 2 years, 7 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.

This topic contains 4 replies, has 2 voices.

Last updated by carolineN 2 years, 7 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2491099
Skärmbild 2022-11-07 112832.png

After Elementor Pro update to v 3.8.1 the Toolset plugin stopped working and is causing critical error on a page where I use Toolset. The page has a Toolset view with a search and listing of posts and the search result populates a Toolset Map which is rendered on that page. Everything has been working fine until now. So I really need some help to identify where the issue could be.

When I deactivate the Toolset plugins the critical error disapears.

Thanks in advance!

#2491129

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Would you please enable the WordPress debug mode and get back to us with the actual error message instead of the Critical ... message?

Would you please access your website files and edit the "wp-config.php" file on the root folder of your WordPress installation and add the code below into the file:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );

Please add the code above the line below:

/* That's all, stop editing! Happy blogging. */

For more information:
https://wpml.org/documentation/support/debugging-wpml/

Also, I'd appreciate it if you go to Toolset > Settings and click the "Toolset Debug Information and Troubleshooting ." link at the bottom of the page and copy the code at the top box and paste it to the Debug information box below this ticket.

Thanks.

#2491177

Hi Christopher!

Thanks for quick reply! I have done as you asked and pasted debug info above!

Thanks in advance!

#2491971
Skärmbild 2022-11-08 121547.png
Skärmbild 2022-11-08 121408.png
Skärmbild 2022-11-08 121219.png
Skärmbild 2022-11-08 112140.png

Hi again,

I have tried to do some more troubleshooting on my own and it seems that it its the Toolset Types plugin and "post featured images" that is the source for the error. When I deactivate the plugin I can reach the page and edit the "view" without receiving the ciritcal error-message:

hidden link

But images are missing and layout looks a bit off.

If I change the post type source of the view to another post type then evenrything works, until try to add "featured image" in block.. it fetches the image in preview, but as soon as I "update" I get the critical error on both page and "view"-editor.

I have tried to add a new post type without the featured image and instead use custom field "image" to add the image that way, but it wont save. As soon as I hit the "update" button and reload the page the url I have inserted dissapears.

I recently changed so that uploaded images are stored on media.ohmungood.com instead of ohmungood.com but it doesnt matter which url I use. It wont save and the image wont show up in view on page.

#2492067

My issue is resolved now. Thank you!