Problem:
We were in the middle of a site update and URL change so we just backed down types to work. We want to move forward and upgrade toolset and I just tried again today on a test site and as soon as I update Types boom all of our CRED forms are blank.
Solution:
The problem you mentioned above is abnormal, if you see a blank wordpress page, it means there is PHP errors in your website.
In case it is a compatibility problem, please try this:
1) Backup your website first,
2) Make sure you are using the latest stable version of Toolset plugins, you can download it here:
https://toolset.com/account/downloads/
3) Deactivate other plugins and switch to wordpress default theme, and test again
4) Enable wordpress debug mode, and copy/paste the PHP debug logs here
PHP Debugging
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
https://toolset.com/documentation/user-guides/debugging-types-and-views/
Relevant Documentation:
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: Asia/Hong_Kong (GMT+08:00)
This topic contains 4 replies, has 2 voices.
Last updated by 6 years, 9 months ago.
Assisted by: Luo Yang.