PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   New Install upload Issue (http://www.photopost.com/forum/photopost-pro-installation-upgrades/115389-new-install-upload-issue.html)

bigfoilin August 26th, 2005 10:51 PM

New Install upload Issue
 
I have installed the latest version of photopost. The install went pretty good. I created some categories and tried uploading a single file. The upload said it was successful, but when I view the gallery the file is not there. I receive no error messages. Feel free to register and upload.

Any ideas?

www.texashydrofoil.com/photopost/index.php

This is running on Windows 2003 server and IIS 6
PHP version is: 5.04
MYSQL is: 4.1.14
Image Magick Version: 5.5.6-q16

Chuck S August 27th, 2005 07:05 AM

Hello

Warning: mail() [function.mail]: SMTP server response: 550 <omegatron@comcast.net> Relaying denied in E:\WebSites\TexasHydrofoil.com\photopost\register.php on line 289

You need to setup php to handle email otherwise users will not get email Right now as it stands I cant upload since I will never be able to confirm the account I created.

If your file was above 2mb yes that file will not get processed by a default php install. The error is from php and not the program. The program can only tell ya an error if you set a limit otherwise it look like the file has processed.

PHP by default has a 2mb upload limit and if you dont tell Photopost the filesize limit is 2048 then basically your saying any error reporting is handled by PHP. Well PHP is not real good at error reporting ;)

Now go ahead make my account confirmed so I can upload a file. If its not allowing files below 2MB then we may need to see what else is wrong. One suggestion I can give is also make sure to use a newer version of ImageMagick as the one your using is a couple years old.

bigfoilin August 27th, 2005 08:13 AM

Chuck,

I just added your account to the registered usergroup. I will setup my mail relay later today.

Can you also reccomend a good shareware/freeware php editor?

Chuck S August 27th, 2005 08:30 AM

Beyond Compare by scootersoftware for people just wanting to compare files and general editing

http://www.scootersoftware.com

Now if you really want to go all out you can get UltraEdit or a true editor but for most people I recommend beyond compare as its a file comparison editor and a must for people who want to hack

Chuck S August 27th, 2005 08:32 AM

Hello

Make sure your data and uploads directories and all there subdirectories are set full access read write execute and iwam and iuser accounts are granted access to them. Also make sure iwam and iuser are given access to cmd.exe

Warning: exec() [function.exec]: Unable to fork ["e:/mogrify.exe" +profile "*" -size 100x75 -quality 70 -geometry 100x75 -unsharp 10 E:/WebSites/TexasHydrofoil.com/photopost/data/2/thumbs/856discosoma_sp.JPG] in E:\WebSites\TexasHydrofoil.com\photopost\image-inc.php on line 61

bigfoilin August 27th, 2005 01:05 PM

OK, I verified that permissions were set correctly and now I am getting this error when I upload a file.

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

bigfoilin August 27th, 2005 02:43 PM

on another note....I just set IIS to use ISAPI and now when I upload I get this error.

Error creating thumbnail! Error code: 1

Command:

"C:/Progra~1/ImageMagick-5.5.6-Q16/mogrify.exe" +profile "*" -size 100x75 -quality 70 -geometry 100x75 -unsharp 10 E:/WebSites/TexasHydrofoil.com/photopost/data/500/thumbs/Blue_hills.jpg

any ideas?

Chuck S August 27th, 2005 05:21 PM

Upgrade your imagemagick to the latest not the old one you have installed

bigfoilin August 27th, 2005 09:14 PM

I upgraded imagemagick to 6.2.4-q16 and still have the same issue.

Error creating thumbnail! Error code: 1

Command:

"C:/Program Files/ImageMagick-6.2.4-Q16/mogrify.exe" +profile "*" -size 100x75 -quality 70 -geometry 100x75 -unsharp 10 E:/WebSites/TexasHydrofoil.com/photopost/data/500/thumbs/Sunset.jpg

Chuck S August 27th, 2005 09:34 PM

Have you given iwam and iuser full access to uploads and data directories and cmd.exe??

bigfoilin August 27th, 2005 09:53 PM

yes those two accounts have full control.

bigfoilin August 27th, 2005 11:28 PM

OK, I am making progress, I resolved the previous issue by deleting +profile section out of one of the php files. I saw this on another post. I am able to upload smal jpg's, however, I am unable to upload any large files. What I mean by large files is approximately 3.5MB to 6MB jpg files. When I upload them it appears to complete the process but no thumbnails are created and the files are missing out of the uploads folder. (I receive no errors other than the image does not show)

I did edit the php.ini file and set the following variable:
upload_max_filesize = 10M

Please advise.

bigfoilin August 28th, 2005 12:09 AM

nevermind....I rebooted and I can now upload larger images.


All times are GMT -5. The time now is 05:19 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