Elfinder rename, copy, move operations stuck, keep showing progress popup with Google Cloud integration #3358
Unanswered
devDev1922
asked this question in
Q&A
Replies: 2 comments
-
Are you able to step through the code with XDebug? Or try to log out some stuff, see if you can spot an error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Earlier I didn't checked by enabling the debug of elfinder. I just enabled it and getting message of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to integrate Google Cloud bucket with Elfinder. Operations like
rename
,copy
,move
stuck if again try to perform any one of the operation. For example, for the first time if I rename a file then it works, if I try to againrename
,copy
,move
the file then the progress popup keeps showing until refresh the page again.I also noticed selecting file one after one creates the same issue. For example, I have 4 files in a google cloud folder like abc.txt, def.txt, ghi.png, jkl.jpg. After Elfinder loads completely, if I select abc.txt and then without performing any operation if I again select another file lets say jkl.png then perform the rename operation then again it stuck and stops at 80%.
Here is the integration code:
I noticed that when the operation works fine, then there are 2 ajax request one for
cmd: url
and after thatcmd: rename
. In case when operation stuck at that time there is only one request ofcmd: url
.I also posted the same issue on StackOverflow
Beta Was this translation helpful? Give feedback.
All reactions