Please edit the file in: /imabuilder/system/plugin/elfinder/elFinder.class.php and line: 2614 if ($url{0} != '/') { // Relative path Change to if ($url[0] != '/') { // Relative path
Please edit the file in: /imabuilder/system/plugin/elfinder/elFinder.class.php and line: 2614
/imabuilder/system/plugin/elfinder/elFinder.class.php
if ($url{0} != '/') { // Relative path
Change to
if ($url[0] != '/') { // Relative path