[SOLVED] 'JFolder::files: Path is not a folder' - Joomla! Forum - community, help and support
i moved joomla files root directory , edited configuration.php following lines
var $log_path = '/[your-absolute-path-here]/logs';
var $tmp_path = '/[your-absolute-path-here]/tmp';
var $ftp_root = '/';
then when go edit module message comes up
'jfolder::files: path not folder'
what mean?
i made changes original, message still there i'm guessing not paths causing problem.
var $log_path = '/[your-absolute-path-here]/logs';
var $tmp_path = '/[your-absolute-path-here]/tmp';
var $ftp_root = '/';
then when go edit module message comes up
'jfolder::files: path not folder'
what mean?
i made changes original, message still there i'm guessing not paths causing problem.
review document http://docs.joomla.org/how_to_solve_installation_errors_extension_manager , find whether documented there you.
Comments
Post a Comment