Topic: Error: Not able to upload image.

When trying to upload an image ... we now suddenly started getting this error message.

Not able to upload image.
Make sure that file upload is enabled or contact your server administrator

Any thoughts on this ... server admin has no clue.

Re: Error: Not able to upload image.

When trying to upload an image ... we now suddenly started getting this error message.

Not able to upload image.
Make sure that file upload is enabled or contact your server administrator

Any thoughts on this ... server admin has no clue.

Dear User!

Please would you specify your request?

Please provide a link to your web site and add any screenshots clarifying your issues.

Best regards,
CN Support team

Re: Error: Not able to upload image.

-file is to big
-your webspace is full
-the data/upimages folder isn't writable anymore

Just some possibilities

You can always try to open your hack images.mdu
find
@copy($image, $config_path_image_upload.'/'.$image_name) or $img_result = "<font color=red>Not able to upload image.</font>
Make sure that file upload is enabled or contact your server administrator.";

and replace with
copy($image, $config_path_image_upload.'/'.$image_name);

in hopes the actual error is printed to the browser.

Re: Error: Not able to upload image.

might need to check the chmod of your upload folder via FTP, i think it should be set to 777 to allow you to upload files to it through cutenews