Saltar navegación

[Cerrado] Error WordPress System with Toolset Type Plugin

This support ticket is created 4 years, 2 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Zona horaria del colaborador: America/Jamaica (GMT-05:00)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Shane 4 years, 2 months ago.

Asistido por: Shane.

Autor
Mensajes
#2349611
error-plugin.JPG

I'm trying to build a new website with divi, toolset and wordpress for our company. Whenever I start working on it again, it at first lets me in wordpress and when I want to build a new website I get an error as in the picture below, but no email as it says. I deactivated all plugins and reactivated them each one after the other and the error seems to occur with the toolset type and blocks plugin. Our Site is still in the early stages of construction, but it is not good if the system breaks down with your toolset that we thought would make it easier to build the new website with. Any idea what this could be based on? because everything is updated, core is reinstalled and also divi is up to date.

#2349649

Shane
Colaborador

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Katharina,

Thank you for getting in touch.

What we recommend doing here is to enable the wordpress debugging functions to understand the error being thrown.

To enable the wordpress debugging you will either need to log into your website using FTP or using your Host's CPanel's file manager.

From there you will need to edit the wp-config file by adding the following.

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );

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

If the define( 'WP_DEBUG', true ); function already exists you will need to change 'false' to 'true'

Once you've done this please revisit the page with the issue and let me know what the issue is.

Thanks,
Shane

El debate ‘[Cerrado] Error WordPress System with Toolset Type Plugin’ está cerrado y no admite más respuestas.