Support Online: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

check Wrong image folder path on logo collection tab

More
5 years 6 months ago - 5 years 6 months ago #21782 by Alex
Hi,

we using Joomla latest version. Currently we expecting issue with your module Logo Showcase that it shows only first folder within "images". Aslo if we try to delete this folder or rename it, it's still presist on dropdown and no other folders will be show.

The folder it shows is a cache folder for plugin Content - Resize Image on the Fly and Cache. We did also try rdeactivate and deinstall this plugin - smae situation. Aslso removing and new install of Logo Showcase module didnt fixed this. I did also copied Livesite on my local and expecting then same issue. All Joomla cache was also deacivated due tests, but without success.

Do you have any idea what may be the reason?

Thanks
Alex
Last edit: 5 years 6 months ago by Alex.

Please Log in or Create an account to join the conversation.

More
5 years 6 months ago #21783 by Alex
I did send you mail with satge access.

Please Log in or Create an account to join the conversation.

More
5 years 6 months ago #21793 by HaiND
Hi again
I fix it for you, I turn off jquery and bootstraps
prnt.sc/krjnnn
hope it will help you
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

More
5 years 6 months ago #21797 by Alex
Hi,

unfortunaltely i cant confirm the fix. Please see my mail from right now in your post box.

Thanks
Alex

Please Log in or Create an account to join the conversation.

More
5 years 6 months ago #21800 by HaiND
Hi again
I checked and found it worked fine
prnt.sc/krl5q0
you can check again
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

More
5 years 6 months ago #21802 by Alex
For everyone who will looking how to fix the issue (provided by JUX Team):

in the file: ...modules/mod_jux_logoshowcase/elements/juximagefolder.php
1. comment out 193: var_dump($forderArr);die;
2. line 685: if (!is_dir($path))
replace with: if (is_dir($path))

3. line 687: $path = JPATH_ROOT . '/' . $path;
replace with: $path = JPATH_ROOT . '\/' . $path;

The problem is, that as soon under administrator path exist an images folder, JUX Logoshowcase try to get this content and not images folder in root, where Joomla stores all media files per default. In our case this folder was automaticaly created by third party plugin we using to resize and cache article images.

I hope this fix for JUX Logoshowcase will be implemented in next release.

Thanks
Alex

Please Log in or Create an account to join the conversation.

More
5 years 6 months ago #21809 by HaiND
Hi again
We will review and if the problem persists we will update and fix the problem
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.068 seconds
Powered by Kunena Forum