Version 3.9.1 still broken
-
When a gallery is displayed on a page I still get a blank screen.
Going back to 3.8 solves the problem.
-
Maybe this helps:
[30-Mar-2021 07:29:16 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16789504 bytes) in /www/htdocs/xxx/xxx/wordpress/wp-includes/post-template.php on line 255
function the_content( $more_link_text = null, $strip_teaser = false ) { $content = get_the_content( $more_link_text, $strip_teaser ); /** * Filters the post content. * * @since 0.71 * * @param string $content Content of the current post. */ $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); echo $content; }[30-Mar-2021 07:29:16 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16686944 bytes) in /www/htdocs/xxx/xxx/wordpress/wp-includes/functions.php on line 4757
function wp_ob_end_flush_all() { $levels = ob_get_level(); for ( $i = 0; $i < $levels; $i++ ) { ob_end_flush(); } }[30-Mar-2021 07:29:16 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
-
This reply was modified 5 years, 2 months ago by
slabbi.
For me it works for the first image, but still no pictures are displayed when ‘next’ / ‘previous’ buttons are clicked.
The behaviour is still as before.See e.g.https://unterwindisch.ch/archives/schlittelweg-dank-wintereinbruch/
You are using a different view, so the behavior is different.
I use Basic Thumbnails, 8×4, AJAX navigation, add hidden pics, no javascript effect, “default-view.php”.
That’s all.
I guess that the filter function is broken and returns a very large object, so it kills the available memory.
Hi there π
Could you please update NextGEN Gallery to version 3.9.2 and let me know if that fixes the issue?
Let me know how it goes π
No, still broken, checked on my test server.
On my life server I now use FooGallery which runs flawlessly.Hi @slabbi,
Since this is not a known problem this far, and in case that you are interested in continuing to use NextGen Gallery, we’d like to suggest checking for a plugin conflict:
- Temporarily deactivate all your plugins except NextGen Gallery
- Is the problem solved? Then, it was caused by one of your plugins. Please check one by one and find the one causing the problem.
- If the problem is not solved with the deactivation of the plugins, try changing to a standard WordPress theme, it could conflict with your current theme
I am sorry. It is not solved even when all other plugins have been disabled.
It seems that the script dies (it exhausted the existing memory) when WordPress starts to execute the filters. This is a problem in Nextgen 3.9.x. 3.8 has worked fine.At the moment I can still check it on my test server but I mirror from time to time my live website to the test website in order to check other issues.
Hi there π
Apologies, it seems that we missed your last response.
Could you please check if this issue is still happening while using the NextGEN Gallery 3.10 version?
Thank you.
No. Still broken.
Thank you for testing.
[30-Mar-2021 07:29:16 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16789504 bytes) in /www/htdocs/xxx/xxx/wordpress/wp-includes/post-template.php on line 255[30-Mar-2021 07:29:16 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16686944 bytes) in /www/htdocs/xxx/xxx/wordpress/wp-includes/functions.php on line 4757It sounds like your site requires more memory than the default allocated memory provided by your server.
Please increase the PHP memory limit, or you could ask your web hosting provider to increase your PHP memory limit for you.
Also, you can follow the steps from the guide below in order to fix that issue:
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
I hope that helps π
Weβve not seen any activity on this thread for a while, so Iβm marking this thread as resolved.
Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.
Cheers!
Yes, found a solution. I use a different Gallery now. It exceeds since 3.9.0 128 MByte which is annoying.
-
This reply was modified 5 years, 2 months ago by
The topic ‘Version 3.9.1 still broken’ is closed to new replies.