Saltar navegación

[Cerrado] Toolset plugin cannot connect to toolsetcom

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

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel 4 years, 6 months ago.

Autor
Mensajes
#2244347

I am trying to: register a new key

Link to a page where the issue can be seen:

I expected to see: after registering the new key, the warning sign to go away: enlace oculto

Instead, I got: issues saving pages and a blank form on one of our pages

#2244353

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+01:00)

Which warning are you expecting to have gone away?

In your screenshot there isn't a warning.

Can you share a screenshot of the warning that is a problem?

If you are experiencing problems on your site after adding and activating Toolset plugins, you might want to check your debug.log to see if there are any PHP warnings or errors.

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

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

That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try visiting the same pages where you observe problems and then inspect the log.

If you don't find the debug.log file it means it didn't generate any warnings or errors.

El debate ‘[Cerrado] Toolset plugin cannot connect to toolsetcom’ está cerrado y no admite más respuestas.