Hi NorrNext team,
I'm using the latest version of NorrCompetition on Joomla 5 (PHP 8.2, a4joomla-dark
template). Single image uploads on the entry form work fine, but when I attempt a bulk upload via the gallery field (drag/drop area), the upload process hangs immediately.
Here’s what I’ve ruled out:
-
upload_tmp_dir
is correctly set in PHP -
PHP limits (memory, upload size, timeout) are generous (post_max_size = 3G, memory_limit = 256M, etc.)
-
Both GD and ImageMagick are installed and available
-
No server-side errors or PHP logs show during upload
-
Tested with PHP 8.1 and 8.2 — no difference
Browser console shows:
Refused to apply style from 'https://strokesavvy.info/...' because its MIME type ('text/html') is not a supported stylesheet MIME type
I suspect this is affecting Dropzone/Plupload's ability to process the upload queue or bind properly to the DOM.
Could you please confirm:
-
Is this a known issue?
-
Is there a recommended fix or override to disable auto-upload and allow controlled gallery file uploads?
Thanks!