Chevereto Image Uploading Problem

Status
Not open for further replies.

Fish

Active Member
155
2011
18
0
Hi, i am using the Chevereto image hosting script on my site.

Every time i upload a local image file it gives me the IO Error and says no images have been uploaded. When i upload images remotely is uploads just fine.

Can anyone tell me what the problem is? I tried searching before posting here but couldn't find anything which was helpful.

Also im not sure if this is the right section if its a wrong section then please move this post to the right section.

Thanks
Fish
 
12 comments
can you elaborate the error more please..
like showing a screenshot or if it gives an error like can't upload IO error at xyz.php at line 35 etc..
 
I think it could be a problem related to upload temporary directory.
I've coded this simple script:
PHP:
<?php
$upload_dir = @ini_get('upload_tmp_dir');
$upload_dir = $upload_dir ? $upload_dir : sys_get_temp_dir();

echo htmlspecialchars('Your temporary upload directory '.$upload_dir.' '.( is_writable( $upload_dir )?'is':'is not' ).' writable');
?>
 
Yeah, i posted on thier forums and i had when i downloaded it got corrupted so had to download again.

Thanks

Hi, I'm the Chevereto developer... I didn't found your topic :facepalm:. PLease come to the tech support area if you have problems with the script.
 
Status
Not open for further replies.
Back
Top