Skip Navigation

[Resolved] Activation of the installer issue

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

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 2 replies, has 2 voices.

Last updated by davidA-26 3 years, 4 months ago.

Assisted by: Mateus Getulio.

Author
Posts
#2470047

Hi,
I have already WPML plugin.
I have this error when I try to activate the OTGS installer.
Impossible de connecter le plugin Toolset à toolset.com
Toolset doit être connecté à son serveur pour rechercher les nouvelles versions et les mises à jour de sécurité. Un problème de réseau ou de paramétrage de sécurité empêche cette connexion. Veuillez autoriser la communication sortante vers toolset.com pour supprimer cette notification.

Besoin d’aide ?

Consultez les détails de l’erreur de communication et informez-nous en dans Assistance technique Toolset.

Statut du système Installer Vérifier maintenant
Serveur API WPML Serveur API Toolset
Bibliothèques PHP requises
cURL simpleXML
Toutes les instances d'Installer
Chemin Version Haute priorité Délégué
/var/www/blog.topsolid.fr/htdocs/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/installer.php 3.0.4
Chemin Version Haute priorité Délégué
Journal Installer
URL de la requête Arguments de requête Réponse Composant Heure
Subscriptions updated successfully. subscription-fetching 2022-04-10 02:10:58
hidden link Installer cannot contact our updates server to get information about the available products and check for new versions. If you are seeing this message for the first time, you can ignore it, as it may be a temporary communication problem. If the problem persists and your WordPress admin is slowing down, you can disable automated version checks. Add the following line to your wp-config.php file:

define("OTGS_DISABLE_AUTO_UPDATES", true); repositories-fetching 2022-04-10 02:10:58

Can you help? Is it normal?

Thanks

#2470149

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there,

Welcome to the Toolset support forum!

Let's try a possible solution for this issue. Just follow these steps:

- Please go to https://toolset.com/account/sites/
- Find the key of your affected site and erase it
- Create a new key and copy it
- From the WordPress dashboard navigate to Plugins -> Add New -> Commercial, Click on "unregister the site" on the right top next to Check for updates
- In this same plugins panel, click under the “Register” button below Toolset plugin
- Add your new Site Key copied above
- Deactivate and delete the OTGS installer
- Reinstall it and try to activate now

It should be solved after this. Please make sure to clear all existing caches on the website and check again. If you’re still facing the problem after these steps, we might be facing an interaction issue with a third-party functionality, in this case:

- Deactivate all the plugins that are not related to Toolset or WPML
- Switch for a moment to a WordPress default theme like Twenty Twenty-one
- If the issue is gone, activate one by one to see with which one there is an interaction issue

Please let me know if after the above procedure you can find the culprit for this error. Moreover, so that we can take a better look at this, could you please attach the Debug info?

You can see how to retrieve and paste it here: https://toolset.com/faq/provide-debug-information-faster-support/.

In addition to that, I'd also like your help enabling the WordPress debug mode.

To do so, please add the following code in wp-config.php file of your site:

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
  
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
  
// Disable display of errors and warnings 
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
  
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );

Please check following links to read more about debugging with WordPress.

https://codex.wordpress.org/Debugging_in_WordPress

https://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_Debugging

After doing that please try to update Toolset once more, then check if you can find a file debug.log inside the wp-content folder. Kindly open it and send us the last lines of log here in this ticket.

Looking forward to your reply. Thanks!

Best regards,
Mateus.

#2471275

My issue is resolved now. Thank you!