Tiberun
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Pages 404 Page Not Found after updateHmm, strange, all of a sudden it all worked again. No idea why. Problem solved though.
Hello again,
Just finished a talk with the 2nd line support. He was editing the code in /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/class.ajax_controller.php
He explained it that if zlib compression is turned off on the webserver you need to set a parameter to ob_start and make sure that ob_end_clean is full before it is cleared with ob_get_level otherwise it will try to clear an empty buffer which will result in the failed to delete zlib buffer etc.
This is the edit he made and now it works:
//crystone fix //ob_start(); if( substr_count( $_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip' ) ) { ob_start("ob_gzhandler"); } else { ob_start(); } //crystone fix //while (ob_get_level() > 0) { while(ob_get_level() > 1) { ob_end_clean(); }
Checked the debug-file after I tried to upload a picture and this is what I get:
[22-Jan-2014 20:23:43] PHP Notice: ob_end_clean(): failed to delete buffer zlib output compression. in /walktheline.boplatsen.se/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/class.ajax_controller.php on line 35
Forum: Plugins
In reply to: [Acunetix WP Security] Messed up notifications and updatesI also need to undo all the things that this plug-in did, how is that done? Since I installed this plugin a lot of things stopped working, not good at all. NextGen Gallery wont upload bulk images, updates wont run etc.
I got this problem as well:
Warning: preg_match(): Compilation failed: unrecognized character after (?< at offset 21 in /usr/local/pem/vhosts/418846/webspace/httpdocs/walktheline.boplatsen.se/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/mixin.url_manipulation.php on line 161
Forum: Plugins
In reply to: [Facebook] Widget are not showing on websiteI got the same problem, all of a sudden all the Fb like buttons on my page wont show up.
Forum: Plugins
In reply to: [Image Zoom] Show picture descriptionYou got what you deserved, 5 stars! ??
Forum: Plugins
In reply to: [Image Zoom] Show picture descriptionYou are a champ! Cheers alot! ??
Forum: Plugins
In reply to: [Image Zoom] Show picture descriptionAny update on this matter? been 2 releases now of the plug-in without this feature added. Been hoping it would show up but it didnt?
Forum: Plugins
In reply to: [Image Zoom] Show picture descriptionUnderneath the picture? ?? or have options like showing description below, above, on mouse-over?
Hi,
Thanks CuberToy, this saved my day. I have had this problem for a long time and been blaming the Theme I’m using since I changed theme and installed the optimizer at the same time.
THe text in my posts did not wrap around the pics as it should, but when I turned off the optimizer it does. Problem solved, Optimizer plug-in down the drain.
Thanks!
Solved the issue with the empty spaces when displaying thumbnails by setting the number of columns to a set value, not using 0. This setting can be found in the Gallery/Options/Gallery/Number of columns.
Thanks to 1lifetime for giving me this solution.Yes! That solved it, thank you so much 1lifetime, you are a treasure! ??
Hi,
Im interested in the solution as well, I have empty spaces in between some of my thumbs, like there is a few pics missing, which it is not.
If you solved it, please share, thank you.
So I have manually changed the size of all the thumbnails since no one coul dhelp me with this issue. However, now the thumbs are displayed on some pages with space inbetween, like there is missing some pics, but it is not. Any solution to this?
I have tried changing the number of thumbs showing per page but it did not help.