Project

General

Profile

Actions

Fehler #110

open

Problem in the root path wiith \v

Added by guss oner about 11 years ago. Updated about 11 years ago.

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

Description

Hello,

My Root directory must be something like that

C:\Program Files\webserveur\www\extplorer\visual

When you have in your path a "\v", this product an error, it doesn't find the folder, it reads

C:\Program Files\webserveur\www\extplorerisual

Actions #1

Updated by Sören Eberhardt-Biermann about 11 years ago

Hi,
the path is interpreted as a RegEx, so you need to escape valid RegEx switches like \v.
I'm just not sure, how you can escape it. Please try /\v or \\v

Actions #2

Updated by guss oner about 11 years ago

Hello,

in fact when I have installed eXtplorer, my root path was definied like this by myslef in .htusers.php :

array("chek","debd45af34d00201361b3d4d0ec99acd",dirname(dirname(__FILE__))."\share","http://localhost",1,"",7,1)

and it was OK.

When a user updated his password, the .htusers.php file has been edited automaticly like this :

array("chek","debd45af34d00201361b3d4d0ec99acd","C:\Program Files\webserveur\vhost\extplorer\share","http://localhost",1,"",7,1)

and then the problem arrived

Actions

Also available in: Atom PDF