Upload errors with 4.0.3
-
New galleries created within the plugin create errors every time an image is attempted to be uploaded. The drag and drop modal window simply has the progress bar turn red with “Upload Failed” text. No other descriptive text. When I close the modal, the failed images are listed in the gallery but their thumbnails are broken. If the gallery was inserted into a page already, that page now does not load and produces a Server 503 error until I remove the broken images from the gallery.
I renamed the images thinking maybe there was a bad character in the image name, but that did not change anything. The images are not full size out of a camera, either. They have been cropped to 1200 x 900 and are about 400kb each. By all reasoning, they should upload fine.
All previous (older version of the plugin) galleries still work and their images load successfully. They all use the older “ngg_gallery” shortcode.
Debug info from the plugin Advanced tab:
{
“php_version”: “8.3.28”,
“wordpress_version”: “6.9”,
“gd_version”: “bundled (2.1.0 compatible)”,
“imagick_version”: “ImageMagick 6.9.10-68 Q16 x86_64 2025-11-25 https://imagemagick.org”,
“memory_limit”: “512M”,
“max_upload_size”: “512 MB”,
“server_software”: “Apache”, “plugin_version”: “4.0.3”
}The server error logs do have this warning listed after I tried to upload images to a gallery, but the message feels like a red herring:
[16-Dec-2025 15:34:40 UTC] PHP Warning: Undefined property: Imagely\NGG\DataTypes\Gallery::$pricelist_id in /home4/sviambul/public_html/wp-content/plugins/nextgen-gallery/src/REST/DataMappers/GalleryREST.php on line 685


You must be logged in to reply to this topic.