Imagely
Forum Replies Created
-
Hi @wbrooseboom,
You can enable autoplay for Basic Slideshow gallery display type from “NextGen Gallery -> Gallery Settings -> Basic Slideshow -> Autoplay:On”
Hi @davidjs,
Could you please let us know what are the steps to replicate the error? We couldn’t get it to show up. Also, we wonder if the issue is replicable with just NextGen Gallery and Siteground Security active.
Thanks in advance
Not quite sure if we’ll post it here but you can watch NextGen’s changelog located into “nextgen-gallery/changelog.txt” where we’ll surely want to mention it when that’s going to be fixed.
Hi @kusalo,
Normally, using single quotation marks for the images title captions should work unless your server use a deprecated ModSecurity rule that had to do with a legacy NextGen Gallery version but was fixed years ago
Respectively you can simply ask your hosting whitelist that ModSecurity rule ( 77229500 ).
This looks like a false-positive error/detection in the ModSecurity module on your server. Usually, images’ titles containing single quotes can trigger it. You can either ensure that none of your images from the gallery contain single quotes or whitelist the rule.
The rule causing it is rule number 77229500 or 229500, you need to ask your hosting company to remove that rule or create an exception, that is an old rule that dates back to NextGen version 2.x years ago and the issue was fixed back then.
Please let us know how it went.
Hi @kusalo,
That’s odd. Please reach out to our support team directly at https://www.imagely.com/report-bug/ and we’ll have a closer look at it.
Hi @dylanp06,
This error doesn’t really point to something specific. You can get it related with a bunch of reasons and the starting point would be checking your server’s logs to ensure that the RAM and CPU doesn’t reach 100% usage while the uploading process goes and also double check with the hosting provider to see if PHP GDlibrary can process images of this size.
NextGen’s uploader is complex and it implies lots of background processes such as copying the images as text to your server’s RAM then extracting the metadata, creating at least 2 resized versions out of the original and injecting the metadata into these.
We need to specify that while your PHP parameters for the memory limits and execution time look fine, this doesn’t really have to do with the RAM loading that we have previously recommended to check.Hi @kusalo,
You can selectively delete images from the galleries by accessing the corresponding gallery within “Manage Galleries” then check the needed images, select “Delete images” from the “Bulk actions” at the top then press “Apply” and “OK” within the popup to confirm the deletion.
Hi @dylanp06,
7952×5304 is a large size for the server to process ( especially if you use a shared hosting with limited RAM and CPU ). Could you please check the server’s logs to ensure that the server’s RAM doesn’t reach 100% while the uploading process goes?
Hi @dylanp06,
Could you please let us know how big are the images that’d fail to get successfully uploaded and does it work if you resize them smaller then re-upload?
Hi @karenfwp,
We have created an issue ticket for our dev team back then. I’ll try to follow-up with our developers to see if we can include it into one of the upcoming releases.
Hi @kusalo,
Yes, it should import that metadata. If it doesn’t, perhaps your site uses a different priority for the metadata type ( prioritizing let’s say IPTC or EXIF over XMP ) it imports so let’s try adding this PHP snippet ( using your child theme’s functions.php let’s say )
$order = apply_filters('ngg_metadata_parse_order', ['XMP', 'IPTC', 'EXIF']);Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] PHP 8 errorHi @franius,
Could you please try temporarily deactivating all of your site’s plugins excepting NextGen, switch to a theme from the Twenty series and upgrade to PHP 8.x to see if the error is still replicable?
Hi @sarahsas,
I’d probably start by deactivating all of the caching services and I’d temporarily switch to a theme from the Twenty series to see if the issue is still replicable.