Skip Navigation

[Resolved] Cannot open Content Template on front-end because of Toolset Form bug

This thread is resolved. Here is a description of the problem and solution.

Problem:
The user was not able to edit a content template or a layout after updating the plugins. When we deactivate Toolset Forms the issue disappears.

Solution:
It turns out that the user is using PHP 8 when Toolset Forms is not yet fully compatible with it.
After downgrading the PHP version to PHP7, the issue disappeared.

0% of people find this useful.

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

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 3 replies, has 2 voices.

Last updated by AJ 3 years, 9 months ago.

Assisted by: Jamal.

Author
Posts
#1928147

AJ
02.PNG
01.PNG

Hello,

Here is my setup: I run an experimental website on localhost. I installed the latest version of Toolset Plugins(including legacy plugins)

1. I'm trying to open my newly created Content Template and it showed this page. Refer 01.png
2. Then, I deactivated Toolset Form and it worked. I managed to see the normal interface. Refer 02.png

I think there might be bug that is making the Content Template from appearing like it suppose to on front-end. I had to deactivate Toolset Form in order to see Content Layout like normal again.
For your information, I tried accessing the Content Template using 2 version of Toolset Form, 2.6.5 and 2.6.6. Both the result is still the same. I can't see Content Template normal interface(refer 01.png).

Thank you.

#1928177

Hello and thank you for contacting the Toolset support.

I just run a test on a clean install and I was not able to reproduce the same issue. Please check if this issue appears when:
- Only Toolset plugins are activated. It will tell us if there is an interaction issue with another plugin.
- The theme is set to a WordPress default like Twenty-Twenty. It will tell us if there is an interaction issue with your theme.
If the problem disappears, start activating one at a time to track where the incompatibility is produced.

If that does not help find out the origin of the issue. Please create a Duplicator copy and share it with us using Google Drive or Dropbox. Create an admin user and share its credentials in your next reply, which will be private. And let us know what content template to test with.

#1929507

Thank you for the Duplicator copy and the credentials.

I built the copy locally and I was not able to reproduce the issue. I was able to open, both the content template and the layout, without issues. Check this screenshot hidden link

I think that the issue comes for PHP version. According to the Duplicator copy, you are using PHP 8.0.1 and I am using PHP 7.3.
Would it be possible for you to downgrade PHP version to 7.3 or 7.4 and test?
Our developers are still working on the compatibility of Toolset Forms with PHP8.

Please let me know what you will get if you downgrade PHP version.

#1929593

AJ

My issue is resolved now. Thank you!
Based on Jamal suggestion, I managed to resolved my issue by changing the php version.