Skip Navigation

[Resolved] Website crashes when using php version 8

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

Problem:

Upon updating PHP to version 8, Toolset Types and Layouts cause a site crash, generating fatal errors like: "Uncaught TypeError: Cannot access offset of type string on string."

Solution:

Identified database corruptions causing errors in loading Layouts. To resolve, delete specific options from the options table:

- ddl_template_option
- ddl_layouts_css_framework_options
- users_options_private.

This can be done via phpMyAdmin.
Make sure you have a backup before following the steps above.

0% of people find this useful.

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 14 replies, has 3 voices.

Last updated by Christopher Amirian 1 year, 1 month ago.

Assisted by: Christopher Amirian.

Author
Posts
#2670893

Thanks a lot Christopher, the issue is resolved now. Have a good day!