Warning: move_uploaded_file(./uploaded_images/second_skills.gif): failed to open stream: Permission denied in /web/www.naught.dk/www/include/upload.php on line 85
if(function_exists("move_uploaded_file")) {
move_uploaded_file($fra, $til); <--------- line 85
} else {
copy($fra, $til);
}
Ive moved my homepage from 1 provider to another. Ive totally reconstructed the database and the file structure, so it looks like the other setup.
The thing is, when I try and upload a pic, in this case when I make a new news, I get that message.
Im not sure if Ive done something wrong, but as it looks now it should all work 🙁 Somehow I dont have permission to upload anything.
Anyone know what the problem could be?
Thx in advance.