blastbum
10-26-2004, 07:39 AM
Hi,
I got this error message when I tried to upload an image in my administration console:
Warning: copy(../client_images/msn.jpg): failed to open stream: Permission denied in /usr/local/psa/home/vhosts/northlakesclc.org.au/httpdocs/admin/_editor.php on line 718
Line 718 in "_editor.php" is the first line of the following:
if (!copy($HTTP_POST_FILES[img][tmp_name], $newimg) != FALSE ) {
$error = 1;
$errormes .= "<font style=\"font: 11.9px verdana; color: ".$settings[textcolor3].";\"><b>".$lang['error'].":</b> ".$lang['alert_no_dir']." </font>";
}
It all happened after I moved the site files out of the "the.plant" directory (www.northlakesclc.org.au/the.plant/) and moved them into the main directory (www.northlakesclc.org.au).
Any idea what the problem could be?
Any help would be greatly appreciated!!!!
Many thanks,
Dan
I got this error message when I tried to upload an image in my administration console:
Warning: copy(../client_images/msn.jpg): failed to open stream: Permission denied in /usr/local/psa/home/vhosts/northlakesclc.org.au/httpdocs/admin/_editor.php on line 718
Line 718 in "_editor.php" is the first line of the following:
if (!copy($HTTP_POST_FILES[img][tmp_name], $newimg) != FALSE ) {
$error = 1;
$errormes .= "<font style=\"font: 11.9px verdana; color: ".$settings[textcolor3].";\"><b>".$lang['error'].":</b> ".$lang['alert_no_dir']." </font>";
}
It all happened after I moved the site files out of the "the.plant" directory (www.northlakesclc.org.au/the.plant/) and moved them into the main directory (www.northlakesclc.org.au).
Any idea what the problem could be?
Any help would be greatly appreciated!!!!
Many thanks,
Dan