Skip Navigation

[Resolved] I cant modified content template

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.

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 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 12 replies, has 3 voices.

Last updated by avansisI-2 4 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1838165
Captura de pantalla 2020-11-08 a las 21.37.20.png

I try to modified template custom type, but content is not apppear.

If i put url in navigator hidden link show me a white screen with this error (attach an image)

Could you help me?
Thanks

#1838595

Nigel
Supporter

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

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

The messages in your browser console are just notices that don't affect the functionality of anything on the page.

If you get a white screen when trying to edit a template it means you almost certainly have PHP errors on the server, and you need to check you debug.log to find what they are.

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try editing the template again and then inspect the log.

I also suggest you try disabling all plugins except for Types and Blocks.

Can you edit the template then?

If so it seems a conflict with another plugin is causing the problem, and you should be able to determine which one by a process of elimination.

Let us know what you find.

#1838839

Hi!

I have deactivated the plugins and the error continues. I have changed the theme and it also shows the blank screen.

with debug activated it doesn't show any error on the console.

What can I do?

#1838913

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

The debug logger for wordpress won't generate any information in the console because the blank screen is an indication of a PHP error.

The debug functions that Nigel has provided should generate a debug.log file in your /wp-content/ folder.

If you're able to find this file can you open it and send me the contents of the file ? If there isn't anything generate then there should be a log on your server itself that keeps a list of all the php errors on the server.

What you can do is to contact your hosting company to see if they can point you to where the server logs are.

Looking forward to hearing from you soon.

Thanks,
Shane

#1839153

I not have anything generate. server is local host.

#1839217

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Unfortunately we are not able to debug issues on localhost, is there any way for you to place this on a live server instance and check if the issue still remains?

This way we can have access here to check the issues to see what we can find.

Thanks,
Shane

#1845233

Now It's online

Can you enable the space to give you access to the website?

Thanks

#1846137

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Here are the private fields.

Thanks,
Shane

#1846583

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you I was able to log in and verify that I can in fact see the issue. Would it be ok if I took a copy of this site so that I can run it here locally?

I would like to see what errors would appear on my end. Right now when its on your servers all i'm seeing is
[12-Nov-2020 15:44:16 UTC] PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\types-access\legacy\types-access.php on line 5

Which doesn't give a lot of information as to what is happening.

Thanks,
Shane

#1846675

No problem. You can make a copy of my site

#1846687

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Based on my testing, when i disabled the WP REST API Controller plugin the content templates load fine.

It loads with every other plugin enabled except WP REST API Controller. So I would recommend getting in touch with the support team for this plugin for them to have a look at it because no error is being generated in PHP or on the site.

Thanks,
Shane

#1846707

Great!

Thanks for your help.

#1846713

My issue is resolved now. Thank you!