PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   upload issue query (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116566-upload-issue-query.html)

chirp November 3rd, 2005 02:59 AM

upload issue query
 
I searched a pile of threads before posting but could not find the info I am looking for. I uninstalled Photopost 4.7 a few weeks ago and just today DL the new 5.21 version. I figured everything should be the same on the hosts server (Cedant). When I upload images I get:

Fatal error: Call to undefined function: imagecreatefromjpeg() in /usr/local/www/virtual2/66/175/58/215/html/photopost/image-inc.php on line 84

I checked my paths, tried Imagemagick, GD1 and GD2 setting to no avail. i have sent a query to cedant support but i thought id drop a quick note here as well.

phpinfo link is http://eyejuggler.com/photopost/adm-...hp?admact=phpi

board addy is:
http://eyejuggler.com/photopost/index.php

log in is:
test
123456

Many thanks for any info, I dont mean to be a pest :)
thanks dave

Chuck S November 3rd, 2005 04:38 AM

Hello looks to me like a processor issue

You would need to find out which processor you have and set that in global options in admin

If you link a phpinfo file we might be able to assist but you host can tell you exactly what you have. It could also mean here your Gd has been compiled without jpg support but again need to see your phpinfo

Chuck S November 3rd, 2005 04:40 AM

Yep

http://eyejuggler.com/phpinfo.php

totally processor related no gd installed at all

chirp November 3rd, 2005 12:20 PM

Yup it is a processor issue, just got a mail from cedant. ImageMagick is installed but GD is not.
I just have to figure out the proper path to get to it as all I am getting now is error #127

"/usr/bin/mogrify" +profile "*" -size 100x67 -quality 70 -geometry 100x67 -unsharp 10 '/usr/local/www/virtual2/66/175/58/215/html/photopost/data/500/thumbs/trestle.jpg'

Cedant mailed me back but the info they sent went over my head and I asked them to reinstall GD if they could so I could have the boards up while i dinked around figuring IM out

Thanks for your time Chuck!

Chuck S November 3rd, 2005 06:39 PM

You could have a very old imagemagick

I could suggest you edit our image-inc.pho and find this string twice and delete it

+profile \"*\"

chirp November 4th, 2005 01:16 AM

Doing so. Cedant reinstalled GD so the boards work now, but Im going to investigate the IM thing and master it! :) thanks for your assist chuck and patience

chirp November 6th, 2005 02:39 AM

Quote:

Originally Posted by Chuck S
You could have a very old imagemagick

I could suggest you edit our image-inc.pho and find this string twice and delete it

+profile \"*\"

Could not find it at all. do you have more details?

Chuck S November 7th, 2005 03:36 AM

You mean you did a search on that file and could not find it?

It is at line 301 and line 309


$syscmd = "\"{$Globals['mogrify_command']}\" +profile \"*\" -size {$newwidth}x{$newheight} -quality {$Globals['imgquality']} -geometry {$newwidth}x{$newheight} $rotaten $unsharpn $shellthumb";

chirp November 7th, 2005 11:59 AM

Kk, yes i did a search but that brought up nada. Thanks, going to check it now!


All times are GMT -5. The time now is 05:18 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97