elfinder 2 connector
Well, I thought I'd give elfinder 2 a try, but I cannot get the connector configured correctly. In version 1.x I set the connector settings as such
'root' => '../../../../uploads/galleries', // path to root directory
'URL' => '../uploads/galleries/', // root directory URL
And it worked great. So in elfinder 2 I thought I could use the same paths minus a level (since there is no connectors folder)
'path' => '../../../uploads/galleries', // path to files (REQUIRED)
'URL' => dirname($_SERVER['PHP_SELF']) . '/uploads/galleries', // URL to files (REQUIRED)
but I keep getting "Unable to connect. Backend not found" error.
I'm sure I'm missing something simple...haha
Thanks in advance,
Twitch
Replies (2)
RE: elfinder 2 connector
-
Added by Troex Nevelin 6 months ago
elFinder 2 is a complete rewrite it have no common code base with 1.x, so follow docs of new elFinder https://github.com/Studio-42/elFinder/wiki
If you will still get error see the connector output
RE: elfinder 2 connector
-
Added by E R 6 months ago
Thanks for the quick reply, Troex. I'll keep messing with it.
-Twitch
(1-2/2)