
02-09-2007, 12:08 PM
|
 |
|
|
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Stifmeister2
That didn't help me.  I still have this error:
Code:
Warning: copy() has been disabled for security reasons in /downloads.php on line 690
ERROR: File not found.
./downloads/ and ./ec_tmp/ folder are both chmod 777.
Linked downloads work fine. I have this problem only with uploaded downloads.
EDIT: I took a look at our PHP info and it says
disable_functions: system, exec, shell_exec, passthru, shell, show_source, copy, proc_open, symlink, popen
Maybe that has something to do with it?
|
Yes, I believe that is exactly your problem. Also, if you have command line access, change the owner of the downloads.php script to be the same as the owner of ec_tmp folder.
|