Page 1 of 1

torrentflux, apache doenst find the path specified

PostPosted: 27. April 2007 14:39
by dutchieman
torrentflux gives me the followings erros:


Warning: mkdir() [function.mkdir]: No such file or directory in C:\xampp\htdocs\index.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:42) in C:\xampp\htdocs\index.php on line 81


on those lines is the following:

mkdir($cfg["path"] . "/" . $owner)) (line42)
header("location: index.php"); (line81)

the error in topic title I founded in the error.log

PostPosted: 27. April 2007 15:44
by Wiedmann
That can not be the original line 42...
Code: Select all
mkdir($cfg["path"] . "/" . $owner)) (line42)

A ";" is missing and a ")" is too much.