forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upload => Topic started by: stevenandrewx on October 14, 2010, 06:34:49 am

Title: Unable to create thumbnail or reduced size image.
Post by: stevenandrewx on October 14, 2010, 06:34:49 am
Okay, I'm new to Coppermine and I hope i'm doing this right.
I installed it, and I can't seem to upload any photos.

stevenandrew.info/portfolio
username - test
password - test

It isn't showing me any problems besides saying it can't upload the photos.. I've seen people posts things like "Link - 269" for example, but I'm not even getting that.
that's the screen I get..

thank you! :)
Title: Re: Unable to create thumbnail or reduced size image.
Post by: Αndré on October 14, 2010, 10:06:27 am
Please check the permissions of your albums directory and the sub directories.
Title: Re: Unable to create thumbnail or reduced size image.
Post by: stevenandrewx on October 14, 2010, 09:30:26 pm
Do you meaning changing it to "7 7 7" cause I have..
i'm not sure what you mean, though..
sorry, i'm a n0ob!
Title: Re: Unable to create thumbnail or reduced size image.
Post by: Αndré on October 15, 2010, 10:24:37 am
Please try the following. Open include/picmgmt.inc.php, find
Code: [Select]
$imginfo = getimagesize($dest_file);and replace with
Code: [Select]
$imginfo = cpg_getimagesize($dest_file);