Quote:
Originally Posted by AndrewD
I tried your settings on my PC and they work fine, so I suspect that it's something to do with file and directory permissions.
Maybe you can try this for me and let me know the results (by PM preferably)
Edit includes/local_link_include.php and look for the line
Code:
if (!move_uploaded_file($GPC['tmp_name'], $fullfile)) return(NN);
Take a copy of this file and temporaily edit those lines so that they read
Code:
if (!move_uploaded_file($GPC['tmp_name'], $fullfile)) {
echo 'move failed :'.$GPC['tmp_name'].':'.$fullfile.':<br />';
exit;
}
run a test and take note of the message that goes on the screen
Then replace the original file.
|
*edit* PM sent...need to read the whole message