[svn r21621] FS#2867 - The FCKEditor, the simple file manager: There is a function GetRootPath() for returning the system document root path. In some configurations it might fail. For reducing such a probability, at the first attempt, this function will try to return the desired result using known configuration data from the Dokeos system.
SendError( 1, 'Sorry, the physical root path of the file repository can not be resolved (the function GetRootPath() failed).' ) ;
SendError( 1, 'Sorry, can\'t map "UserFilesPath" to a physical path. You must set the "UserFilesAbsolutePath" value in "editor/filemanager/connectors/php/config.php".' ) ;