ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

Filemanager standalone open sporadic with wrong path

Open Rappi opened this issue 4 years ago • 0 comments

Hello, I open filemanager in an iframe and pass a specific directory each time.

The structure looks like this:

|filemanager |modules -Tier-Management

The config looks like this:

` 'upload_dir' => 'modules/', 'current_path' => '../modules/',

`

the call from ' modules/Tier-Management/file.php' looks like this:

$_SESSION['RF']['subfolder'] ='Tier-Management/documents/animals/'.$xid; $_SESSION['RF']['language'] = "de";

Now sometimes it happens that filemanager doesn't start in the passed path, but in the 'current_path' from config. This is not reproducible and happens only sporadically.

Does anyone know this and is there a solution?

Rappi

Rappi avatar Jan 21 '21 14:01 Rappi