The forum operates in read-only mode. Please head to StackOverflow for support.
$Config['UserFilesAbsolutePath'] = 'C:\mypath\userfiles\' ;
$Config['UserFilesAbsolutePath'] = 'C:\mypath\userfiles\\' ;
Re: php file manager... issue with trailing slash?
to this:
it should work.
in PHP the trailing \ escapes your closing ' I think, so there's the problem.