 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
April 9th, 2006, 05:34 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Biddeford, Maine
Posts: 202
| Resizing
Chuck could you please look at my Image and admin settings, I'am trying to set a limit for upload size in the gallery and in private albums. When I upload to a private album its says upload complete, the goes to members index page. When I return to the private album there is no picture or thumb nail. its empty. I thought It was suppose to auto resize. If so I want this feature set properly. Thanks Jose http://www.dollchatter.com
will pm admin pass and log in for you..
|
| |
April 9th, 2006, 10:23 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Remember if your uploading a file that is larger than your PHP max uploadsize the file upload will be dropped and this sounds like your situation. A default PHP install is limited to 2mb upload.
|
| |
April 9th, 2006, 10:26 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Biddeford, Maine
Posts: 202
| default
and this would be in the VBulletin admin folder???
Thanks again
|
| |
April 9th, 2006, 10:28 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
??
I guess you did not understand what I said. If you try uploading a file that is larger than your PHP settings it will drop.
I suggest you set your max file upload sizes in photopost admin edit usergroups to something under 2000k to prevent this.
|
| |
April 9th, 2006, 10:32 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Biddeford, Maine
Posts: 202
| Ok
Thanks ............gotcha!!.................Vbulletin does not size any pictures that are http/or img from another site, and i'am fighting to keep the page from oversizing from big pictures.. Was not sure what the default settings for photopost were, was hoping you would or take a look at mine..Thanks again..Jose
|
| |
April 9th, 2006, 10:37 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Biddeford, Maine
Posts: 202
| Wife made change
My wife made me change it to 140000 KB because people could not upload pictures...some of the picture already on the site are 136000kb and smaller.
Your saying 2000K ??
Thanks Jose
Last edited by joseduddy; April 9th, 2006 at 10:55 AM.
|
| |
April 9th, 2006, 12:09 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Remember your max upload on a default PHP is 2mb which is 2000kb. If your php max filesize for uploads is 2mb there is no way to upload a file larger than this and if you try without restricting the filesize PHP is going to drop the large image and go forward without processing it.
|
| |
April 27th, 2006, 09:17 AM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2006 Location: Mobile AL
Posts: 12
| Quote: |
Originally Posted by Chuck S Remember your max upload on a default PHP is 2mb which is 2000kb. If your php max filesize for uploads is 2mb there is no way to upload a file larger than this and if you try without restricting the filesize PHP is going to drop the large image and go forward without processing it. | OK - I understand that I should modify the "usergroup" for Upload File Size Limit (kB) to 2000kb or less. I got that. Now,if I go to the "Upload Photo Options", what should I set these fields to:
Max allowable image width in pixels ??
Max allowable image height in pixels ??
Trigger medium graphic height and width
An uploaded larger than this will create a medium image of this size. ??
Judy
|
| |
April 27th, 2006, 09:23 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Biddeford, Maine
Posts: 202
| Hello
Thumb nail size 100
max w: 800
max H:600
trigger 500
seems to work fine
Also I dont know about you, but I use Imagemagic and not GD2 , better compression program. check with your server first to see if they supply it.
Jose
Last edited by joseduddy; April 27th, 2006 at 09:51 AM.
|
| |
April 27th, 2006, 09:28 AM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2006 Location: Mobile AL
Posts: 12
| Quote: |
Originally Posted by joseduddy Thumb nail size 100
max w: 800
max H:600
trigger 800
seems to work fine
Also I dont know about you, but I use Imagemagic and not GD2 , better compression program. check with your server first to see if they supply it.
Jose | Thanks Jose -- I tried this, but I'm still having problems. When I try to upload a large file (much larger than this configuration) I get a "Cannot Find Page" error.....
Isn't PhotoPost supposed to reduce the file size down to the trigger if it is larger that the max?
Judy
|
| |
April 27th, 2006, 09:29 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Jose's settings are fine although I would suggest medium trigger size of 500
Chuck
|
| |
April 27th, 2006, 09:33 AM
|
#12 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2006 Location: Mobile AL
Posts: 12
| Quote: |
Originally Posted by Chuck S Jose's settings are fine although I would suggest medium trigger size of 500
Chuck | I have a page that I scanned that is 3522x3606 (pixels). I cannot get it to upload. Then I have some pages that are 850x1100 that upload just fine.
here's the link --> http://www.gulfcoastscrappers.com/photopost/index.php
Can you try this for me?
Judy
|
| |
April 27th, 2006, 09:34 AM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: Biddeford, Maine
Posts: 202
| Thanks
Thanks chuck.....gonna change that to 500
I think she need to do what you told me ..delete the ID folder( Save picture before you do) re-upload afterwords.......????
Chucks on now he knows best.............Bye
Jose'
|
| |
April 27th, 2006, 09:39 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Yes your uploading large files and your gd is chocking.
You need to limit the filesize's allowed in usergroup options.
You need to delete every directory under uploads directory to get rid of files that are causing gd to choke. Your user uploads directories will be recreated.
Now you can switch to Imagemagick if it is on your server but if not you can use this tweak to give more memory to gd2. http://www.photopost.com/forum/showp...39&postcount=2
You will not be able to upload a file that is over 2mb in a default PHP installation.
|
| |
May 2nd, 2006, 03:13 PM
|
#15 (permalink)
| | Junior Member
Join Date: Apr 2006
Posts: 3
| Resize of photos
Hallo,
now i have import all photos und now i will clean the photopost.
I have a problem with the photosize.
In setup is 460 px.
In one file (newer - but also import-coppermine) the photos are
in the right size.
I do a scan-data with options 1. rebuilt medium.... (in the file cat/5 medium are photos with the size 460 x xxx - i don't no why photopost don't show the photos in the medium-file..
And i recalculate (option) but the size is always the same - not the needet size 460 px.
to great: http://www.senne24.de/_php/fotopost/.../photo/7/cat/5
In one other file (the same coppermine - import) is the size ok. What must i do, to get the right size.
|
| |
May 2nd, 2006, 03:29 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
You can select in admin => scan database rebuild mediums but this means only files that are larger than the trigger medium size you have entered in Admin => Upload Options. Smaller files are not going to have a medium
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Resizing issues- | cgmojoco | Bugs From 1.0.0 | 3 | October 29th, 2005 10:42 AM | | Resizing images | krela | Installs and Upgrade - vBulletin 3.5.X | 4 | September 30th, 2005 04:41 PM | | A couple Resizing questions | new-guy | How Do I? - vBulletin 3.0.X | 3 | June 11th, 2005 12:10 PM | | Image resizing | Globalbuzz | How Do I? - vBulletin 3.0.X | 1 | May 22nd, 2005 11:13 AM | | Image resizing? | ludachris | Classifieds Installation & Upgrades | 34 | June 28th, 2004 09:10 AM | All times are GMT -5. The time now is 08:17 AM. | |