You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it happens on line 9, which is the first line of code in the JS file im not able to debug the script itself. So before compressing a ELFinder version myself i was wondering if im the only one...
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@helios-ag,
Installed the bundle now on a clean installation of symfony 2.2.4, directly after the installation tried the /elfinder route and again the same error, it seems to happen on the following line in the JS file:
(Determind by using the pretty print function in Chrome)
The exact line which throws the error is the 'window.console && window.console.log && window.console.log(a)' line.
Im currently trying to find out what can cause the error.
Update 11:54 UTC
It seems to be something with the CkEditor combination, it only throws me the error when trying to load the ckeditor.html.twig view
I'm having a strange error when trying to use the ELFinder and i'm not fully sure if it is relatied to the Bundle or ELFinder itself.
Anyway, when im trying to load finder im receiving after the api calls the following error from the compressed ElFinder javascript file:
Since it happens on line 9, which is the first line of code in the JS file im not able to debug the script itself. So before compressing a ELFinder version myself i was wondering if im the only one...
Thanks in advance!
The text was updated successfully, but these errors were encountered: