Skip Navigation

[Resolved] Getting error if I install and activate Toolset Types 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.

This topic contains 2 replies, has 2 voices.

Last updated by prashanthJ 4 years, 2 months ago.

Author
Posts
#2219385
Screenshot 2021-11-12 at 18.35.14.png
Screenshot 2021-11-12 at 17.35.51.png

Hi Team,

I am trying to install the plugin and activate it so that I can create content types. As soon as I install the plugin and try to activate it, the site backend goes down and the Admin Dashboard will start throwing an error. After deleting the plugin folder manually using FTP, the site will start working normally again.

I need help in resolving this. I have attached the screenshot and also the error log for your reference.

Thanks,
Prashanth

#2219419

Nigel
Supporter

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

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

Screenshot 2021-11-12 at 13.58.12.png

Hi there

The error states that the function simplexml_load_file is undefined.

This is a core PHP function (hidden link), and if it is not available then I suggest you contact your host to check the php.ini settings.

Ordinarily it would be available. You can add a simple file phpinfo.php to your root directory with the following content:

<?php

phpinfo();

?>

When you visit site.com/phpinfo.php it will show the configuration for PHP, and if you search simplexml you should find it enabled (screenshot). If not, please ask your host about it.

#2221977

My issue is resolved now. Thank you!