mareofnight / sequence-v1

A content management system for stories and comics
1 stars 1 forks source link

Image uploads don't work #5

Open mareofnight opened 10 years ago

mareofnight commented 10 years ago

Image uploads are causing an error message - probably from this error

sq_do.php else {// try to actually upload the file $message = ""; $move = @ move_uploaded_file($_FILES[$name]['tmp_name'], $location); if($move == false) { $message = $location."Error uploading the file"; }

Inserting comic images as links still works, but there's no way to do thumbnails, and no way to upload images at all. This worked fine before. Maybe I just set up something on the server wrong?