Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Message "Unable to load the structure of a folder" #108

Closed
coolcat-creations opened this issue Jun 21, 2022 · 11 comments
Closed

Error Message "Unable to load the structure of a folder" #108

coolcat-creations opened this issue Jun 21, 2022 · 11 comments

Comments

@coolcat-creations
Copy link

Happens In Joomla 4.1.4 when trying to change the intro image in an article (com_content)

grafik

@dmitriitux
Copy link
Member

@coolcat-creations
can you see what is in the response from the server in the xhr request?

@dmitriitux
Copy link
Member

dmitriitux commented Jun 21, 2022

@coolcat-creations if it's on a server on Windows, then I broke something there with paths, I haven't fixed it yet =)

@SLAVAWEBru
Copy link

I have the same problem on the Open Server. How can I fix this

@dmitriitux
Copy link
Member

I have the same problem on the Open Server. How can I fix this

I made mistakes somewhere in compiling paths, I just write everywhere under unix systems and forget about windows features. You won’t fix it yourself, I need to go through the code and fix the paths, I’ll take a look, I think I’ll fix it in the next update

@LadySolveig
Copy link

LadySolveig commented Jul 6, 2022

@SLAVAWEBru I had the same error and forked the project to fix this. If you have Joomla 3.10 and PHP 8 then this could be a fast solution for you.
https://github.com/LadySolveig/quantummanager
@coolcat-creations I've not tested my solution with joomla 4 yet.

@dmitriitux Thank you very much for this great media manager !!!

Update @coolcat-creations
I have installed on Joomla4 and my fix could propably help you also

Screenshot 2022-07-06 153603

Screenshot 2022-07-06 153707

@LadySolveig
Copy link

@dmitriitux @coolcat-creations @SLAVAWEBru
I found another Bug in /libraries/lib_fields/fields/quantumuploadimage/media/js/quantummodal.js

The path could not be resolved correctly for scope sessionroot because of the missing session variable with different sessions in Frontend and Backend. This fixes the false resolveing of the path.

If you want to add this fix manually you schould also change the line in
/media/lib_fields/quantumuploadimage/js/quantummodal.js

image

image

@dmitriitux
Copy link
Member

@LadySolveig
ok, I understand, I'll fix it. I will also review what you have made in the fork and transfer the meaning of the corrections to the quantum

@dmitriitux
Copy link
Member

@LadySolveig I'll tell you a secret, I'm developing the whole quantum from scratch. I'm creating a graphical toolkit specifically for quantum =)

@dmitriitux
Copy link
Member

@LadySolveig I put the full quantum extension there, you can create a graphic element and add new logic, for example, creating your own drivers for anything, for example, a driver for viewing Joomla materials, that is, any source.

@LadySolveig
Copy link

@dmitriitux Sounds very interesting!!! The Quantummanager is already a very cool and powerful tool.
I made a PR for the jpel library. It fixes a Bug for the namespace registration in Joomla 4.x ;-)
jpell PR - Bugfix for Joomla 4.x

@dmitriitux
Copy link
Member

@coolcat-creations @LadySolveig
just got to quantum, realized the error and corrected it in the dev branch:

Quantum-Manager/quantummanager@3c5b7d8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants