Closed OldMan-Jakob closed 11 months ago
Are there any javascript errors in the browser console? Which wysiwyg editor are you using? Some non-core editors are replacing the joomla code used for selecting images
Uncaught DOMException: Failed to execute 'querySelectorAll' on 'Document': '#button-1-Tabs-&-Accordions_editors-xtd_image_modal' is not a valid selector.
at https://davidjakob.com/media/vendor/bootstrap/js/modal.min.js?5.3.2:1:8310
at Array.forEach (
Note: Tabs and Sliders is not used on this page
I am using JCE Editor
JCE replaces the image select button with its own. I suspect the problem originates there. Please disable JCE and try again with no-editor and tinymce. That way we will know for certain if the problem is with JCE or not.
You are absolutly right! I'm surprised. I'll report this to JCE. Thank you. Problem solved
let's close then
Steps to reproduce the issue
Hi I just rebuilt my site with Joomla 5. I transferred the content only using SPTransfer without any problems. However, today I wrote a new article and in the second tab "Images and Links" I wanted to add a pre-prepared image and the green button to select an image.
Expected result
A pop-up opens allowing me to select an image stored on the server
Actual result
Nothing happened when clicking the green select button
System information (as much as possible)
PHP Built On Linux b3.tophost.ch 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64 Database Type mysql Database Version 10.5.23-MariaDB Database Collation latin1_swedish_ci Database Connection Collation utf8_general_ci Database Connection Encryption None Database Server Supports Connection Encryption No PHP Version 8.1.25 Web Server LiteSpeed WebServer to PHP Interface litespeed Joomla! Version Joomla! 5.0.1 Stable [ Kuboresha ] 28-November-2023 16:00 GMT Joomla Backward Compatibility Plugin Enabled (classes_aliases:"1", es5_assets:"1") User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 OPR/105.0.0.0
Additional comments
My workaround was to copy the path to the image in the images folder and add that in the path-space below the image, and that worked. But the selector button does not.