PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 4th, 2004, 02:44 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 11
GD2 - no .gif's but still have error

Fatal error: Call to undefined function: imagegif() - image-inc.php on line 113

already uploaded some fine but now having problems

there aren't any .gif's in the upload directory, all the files are .jpg files!

any idea what i am doing wrong?
trainer is offline   Reply With Quote
Old June 4th, 2004, 02:52 PM   #2 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,417
Did you edit watermark.php, like it tells you in the config-inc.php file?
ConqSoft is offline   Reply With Quote
Old June 4th, 2004, 03:02 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 11
not putting water-marks on the images
trainer is offline   Reply With Quote
Old June 4th, 2004, 03:40 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,675
One of the jpg images is really a gif it looks like

Also make sure in your admin options you have gif's not on the available image types
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 4th, 2004, 03:48 PM   #5 (permalink)
donb
Guest
 
Posts: n/a
PHP uses a command which actually reads the header of the file to determine what the file type is. Even though the image may have a .jpg extension, it may actually be a .gif
  Reply With Quote
Old June 4th, 2004, 10:24 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 11
Quote:
Originally Posted by donb
PHP uses a command which actually reads the header of the file to determine what the file type is. Even though the image may have a .jpg extension, it may actually be a .gif

oh that might be a problem! LOL

how can i tell which file is the problem file? is there a program out there that will switch them back so i can delete the gif file?

thanks for all the help!
trainer is offline   Reply With Quote
Old June 4th, 2004, 11:07 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,675
The easiest thing might be to download all the files in your uploads directory for you and then upload them one at a time
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 5th, 2004, 11:43 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 11
oh dang... i have over 1200 images... that is going to take a LONG time
trainer is offline   Reply With Quote
Old June 5th, 2004, 12:04 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,675
You have 1200 images in your personal upload directory? Not data directory

Anotherwards if your user 1

uploads/1

has 1200 images?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 7th, 2004, 04:53 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 11
Quote:
Originally Posted by omegatron
You have 1200 images in your personal upload directory? Not data directory

Anotherwards if your user 1

uploads/1

has 1200 images?

just got this software so not exactly sure what you mean...

i have setup different categories that apply to my web site. there are a total of 1200 images that i am trying to upload to about 10 different categories. i am trying to do a mass upload by following the instructions in the upload images page.
trainer is offline   Reply With Quote
Old June 28th, 2004, 01:50 PM   #11 (permalink)
Registered User
 
Join Date: Jun 2004
Posts: 2
Hi!
I purchased photopost, it's very good software, but only upload image with extension .jpg. When i may upload .gif the sotfware failed:
Fatal error: Call to undefined function: imagegif() in /usr/local/psa/home/vhosts/ws2-intermedia.com.ar/httpdocs/desarrollo/foto/photo/image-inc.php on line 113
I need search a solution.

Regards,
Juan Pablo
juampi is offline   Reply With Quote
Old June 28th, 2004, 02:10 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,675
Quote:
Originally Posted by trainer
just got this software so not exactly sure what you mean...

i have setup different categories that apply to my web site. there are a total of 1200 images that i am trying to upload to about 10 different categories. i am trying to do a mass upload by following the instructions in the upload images page.
Upload say 50-100 at a time so PHP does not timeout
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 28th, 2004, 02:13 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,675
Quote:
Originally Posted by juampi
Hi!
I purchased photopost, it's very good software, but only upload image with extension .jpg. When i may upload .gif the sotfware failed:
Fatal error: Call to undefined function: imagegif() in /usr/local/psa/home/vhosts/ws2-intermedia.com.ar/httpdocs/desarrollo/foto/photo/image-inc.php on line 113
I need search a solution.

Regards,
Juan Pablo
Reading various threads here would tell you the answer. Photopost works with gifs just fine. You will find by reading threads what image formats are allowed depend on the processor you are using. You are using GD which does not process gifs. If you want to upload gifs you need to use imagemagick if your server has it. If your server does not you need to remove gif's as an acceptable image type as you will not be able to use them
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 28th, 2004, 04:18 PM   #14 (permalink)
donb
Guest
 
Posts: n/a
And of course you can always attempt to install ImageMagick yourself as a non-root user. This would allow you .gif's
  Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gif's and bmp's DJDarknez Installs and Upgrade - vBulletin 3.0.X 10 November 10th, 2005 01:27 AM
GD2 Where to Get It? supercub Photopost Pro Installation & Upgrades 4 May 24th, 2005 03:23 PM
GD2 doesn't like this JPG... ConqSoft Installs and Upgrade - vBulletin 3.0.X 1 April 15th, 2005 05:21 PM


All times are GMT -5. The time now is 06:15 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0