Skip Navigation

[Resolved] Pages attempting to display more than 20 items have suddenly stopped loading

This support ticket is created 4 years, 11 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: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 4 replies, has 3 voices.

Last updated by julieP-6 4 years, 11 months ago.

Assisted by: Waqar.

Author
Posts
#1905059

I am trying to: Display a page with a Toolset view that has been in place and working for over 6 months until yesterday.

Link to a page where the issue can be seen: hidden link

I expected to see: A page showing a list of my CPT results.

Instead, I got: A blank page with this in the source:
<body id="error-page">
<div class="wp-die-message"><p>There has been a critical error on this website.</p><p>Learn more about debugging in WordPress.</p></div></body>
</html>

Other pages with Toolset views that display 20 or fewer items are displaying properly on this site.
I have run the site with debug on and there are no errors.
I have copied the site over to another hosting provider and it results in the same issue.

#1905447

Nigel
Supporter

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

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

When WordPress intercepts PHP errors like that it sends an email to the site admin with details of the error.

I'm not sure how you have debugging set up, but if you add the following to wp-config.php it will report the errors in /wp-content/debug.log

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

Thank you for the suggestion. I added the lines and reloaded several of the pages that were not working. No email was sent, no /wp-content/debug.log was generated.

#1905985

Hi Julie,

Thanks for the update.

I've checked the "In the media" page on your website and it loaded fine, even though the view is set to show more than 20 results.
( screenshot: hidden link )

Have you added any changes to fix this after writing to us?

regards,
Waqar

#1906481

I appreciate your checking but I spent most of yesterday slogging through this and finally got it solved late last night. Thank you.