Create a test site under main site: /home/mysite/public_html/testsite
Create a SYMLINK of the directory images of mysite under /home/mysite/public_html/testsite. That is /home/mysite/public_html/testsite/images is not an actual directory and will point to /home/mysite/public_html/images.
Go to mysite/testsite/administrator
Go to Content/Media
Images under /home/mysite/public_html/testsite/images should appear
You will have 'Warning JFolder: :folder: Path is not a folder. Path: /home/mysite/public_html/testsite/images
You cannot use images to add to your articles/categories etc.
Joomla 3.9.16
PHP 7x
I have made changes to /home/mysite/public_html/testsite/libraries/joomla/form/fields/folderlist.php but nothing has changed.
Without changing folderlist.php as suggested I changed both 'Path to Files Folder' and 'Path to Images Folder' in media/options to ../images and it worked.
I can now see the files/folder under symlinked images folder.
Closing as issue is solved.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-04-07 06:13:47 |
Closed_By | ⇒ | infograf768 |
Please test PR ##28393 to see if it will fix your issue. Thanks.