|
#1
|
|||
|
|||
|
change needed where ext == gif
Hey I set this GREAT program up for my wife and only had one minor (although illusive) problem.
I was getting an error anytime I uploaded a gif file- Code:
Warning: imagejpeg(): supplied argument is not a valid Image resource in /raid0/home/maysaf/public_html/vixandco.com/admin/index.php on line 812 Code:
} else if ($ext == 'gif') {
$img = @imagecreatefrompng($image_path);
}
Code:
} else if ($ext == 'gif') {
$img = @imagecreatefromgif($image_path);
}
thanks for all your hard work! and I'm glad to be able to contribute.[/code] |
|
#2
|
||||
|
||||
|
Oups, sorry 'bout that.
Very happy you spotted it, will upload a new version at once! thank you // punkpixel |
|
#3
|
|||
|
|||
|
no problem
Hey it's my pleasure. I'll be making a template for the site soon as well. It's great work you've done.
|
| Post Reply |
| Thread Tools | |
|
|