Skip Navigation

[Resolved] Types plugin causing OTGS installer error

This support ticket is created 5 years, 3 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Tagged: 

This topic contains 7 replies, has 2 voices.

Last updated by conradA 5 years, 3 months ago.

Assisted by: Nigel.

Author
Posts
#1383803

There is an error at the top of the admin pages:

"OTGS Installer, responsible for receiving automated updates for WPML and Toolset, requires the following PHP component(s) in order to function:cURL

Learn more: Minimum WPML requirements"

The only way to clear it is by deactivating Toolset Types plugin. I am not a subscriber to WPML. How can I resolve the issue?

#1384059

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

cURL is a required PHP library. Checking, it is not actually listed as a requirement (https://toolset.com/toolset-requirements/), but I suspect that it is because it is almost universally available and the expectation is that it would be.

I don't have any details of your site, could you provide the debug info (hidden link).

It seems likely that your server is not configured with cURL, and you may need to ask your host to add it, but let me see the server configuration for your site.

#1384235

Here's the debug information. How do I send you the server information? Can I just send you the IP address, or is there a specific set of settings that you need to see?

#1384239

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Screenshot 2019-11-15 at 13.51.26.png

Hmm. I was expecting something other than an Apache server as cURL is normally enabled by default.

Could you add a phpfinfo file to your root directory to display your PHP configuration?

Make a file called phpinfo.php like so:

<?php
phpinfo();

Upload that file to your WordPress directory using FTP.

Then visit that file on the front-end, at mysite.com/phpinfo.php

Check whether cURL is enabled or not (see my screenshot).

#1384335

Here's the link to the phpinfo file. I didn't see a cURL section at all.

hidden link

#1384385

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

I can see in the very first section the configure command includes '--without-curl', so cURL has been disabled on this server.

I suggest you contact your host to have it enabled (which is the default on Apache servers).

If you then still have problems, please let me know.

#1384441

Contacted the host and they added the required missing modules. Thanks for the pointers!

#1384443

Thanks for helping me solve the issue!