I am trying to: Load the website frontend with WP views. The website will not load. Now and again, it will load the header file but that is all.
Link to a page where the issue can be seen: hidden link
I expected to see: The whole page.
Instead, I got: Just the header.
Disabling the views plugin fixes the problem.
Can you enable WP Debug and let us know if some error is thrown?
https://codex.wordpress.org/WP_DEBUG
This will help to determine what the issue is, but likely it is a fatal error, the first step would be to replace all Toolset Plugins on your install with fresh copies from https://toolset.com/account/downloads/
If then the issue persists, please also try without other plugins, and let us know the results of these tests
Thanks!
Hi there,
Tried the following which resulted in no fix:
- Disabled all other plugins
- Tried different theme
- Fresh installed all toolset plugins
It is a fatal error and just emits memory exhausted.
Thanks
Hi there,
I have pinpointed the issue. A view had this shortcode in it: [wpv-post-excerpt length="80" count="word" more="..."]
I see no issue with this shortcode? Without the shortcode the whole website loads fine.
The shortcode seems fine. There must be something else going on. Is there any custom code in Toolset > Settings > Custom code? If so, please deactivate it. Is it possible to isolate a single post in the View that is causing the memory failure? For example, if you set the View limit to 1, does the failure happen on the first post? If you reverse the sort order with the limit still set at 1, does it again happen on the first post? If not, try manipulating the limit to see when it fails.
If it happens on one specific post only, check the post content and the excerpt field to confirm there is nothing in that post content that would trigger an infinite loop, for example, placing a post's content template inside itself. Feel free to show me the post content if there is any question.