Passer la navigation

[Résolu] Website crashes when using php version 8

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 support ticket is created Il y a 2 years, 7 months. 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.

Ce sujet contient 14 réponses, a 3 voix.

Dernière mise à jour par Christopher Amirian Il y a 2 years, 7 months.

Assisté par: Christopher Amirian.

Auteur
Publications
#2670893

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