pjman
June 5th, 2006, 01:17 AM
This is a great application, thank you!
I'm trying to use the HTTP Download function and I'm getting the following error.
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /var/www/center/downloads/dl_get.php on line 154
Warning: Cannot modify header information - headers already sent by (output started at /var/www/center/downloads/dl_get.php:154) in /var/www/center/downloads/dl_get.php on line 183
The "chdir" is line 154.
//OUR DOWNLOAD DIRECTORY
chdir($download_path."/");
Has anyone else ran into this? If so, how do I fix it?
Thanks!
I'm trying to use the HTTP Download function and I'm getting the following error.
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /var/www/center/downloads/dl_get.php on line 154
Warning: Cannot modify header information - headers already sent by (output started at /var/www/center/downloads/dl_get.php:154) in /var/www/center/downloads/dl_get.php on line 183
The "chdir" is line 154.
//OUR DOWNLOAD DIRECTORY
chdir($download_path."/");
Has anyone else ran into this? If so, how do I fix it?
Thanks!