Warning: chdir() [function.chdir]

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Warning: chdir() [function.chdir]

Postby zodehala » 23. August 2009 21:20

after install xampp 172 on xp_sp3_en following error occured when i change root password

Warning: chdir() [function.chdir]: No error (errno 0) in D:\xampp\security\htdocs\securefunctions.php on line 205
zodehala
 
Posts: 22
Joined: 08. August 2006 12:39

Re: Warning: chdir() [function.chdir]

Postby Wiedmann » 24. August 2009 00:59

Change line 201 in this file "\xampp\security\htdocs\securefunctions.php":
Code: Select all
            chdir($partwampp."\security"); // Fix by Wiedmann


to:
Code: Select all
            $curdir = getcwd();
            chdir($partwampp."\security"); // Fix by Wiedmann

and see if this helps.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 125 guests