Project

General

Profile

Actions

Fehler #121

open

FTP Mode "This directory doesn't exist." and PHP 5.4

Added by C haoz almost 11 years ago. Updated almost 11 years ago.

Status:
Neu
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
eXtplorer Version:
2.1.2
Joomla! Version:
none

Description

Hi,

I'm using Extplorer standalone on PHP 5.4.9. If I try to switch to ftp mode, the login windows disappers, but I'm still in extplorer mode. If I click another time on ftp mode, the error "This directory doesn't exist." ist shown.

The same setup works fine with PHP 5.3.18.

cu, chaoz

Actions #1

Updated by C haoz almost 11 years ago

I found a way to work around this. Uncomment the lines

if(!is_dir($abs_dir) && !is_dir($abs_dir.$GLOBALS["separator"])) {
$GLOBALS['ERROR'] = $abs_dir." : ".$GLOBALS["error_msg"]["direxist"];
$dir = $GLOBALS['dir'] = $_SESSION['ext_dir'] = '';
}

in extplorer.init.php. I could not figure out why everything works fine with PHP 5.3.

cu, chaoz

Actions

Also available in: Atom PDF