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 How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 3rd, 2009, 05:49 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
Issues Uploading Larger Files

Trying to upload a 1.9MB files for example and get this error.

Code:
Content visible to verified customers only.
I assume this is a server issue, what needs to be changed with my host so not to get this error?

Thanks.
theojones is offline   Reply With Quote
Old June 3rd, 2009, 07:01 PM   #2 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 729
Looks like it... Might the memory_limit setting in php.ini
__________________
Geiri
Geiri is offline   Reply With Quote
Old June 3rd, 2009, 07:11 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
I'm just discovering I should really be using Imagemagick. However not sure where to set the server path.
EDIT:

Ok I seem to have got Imagemagick working now. It seems to be handling larger files, however now the flash uploader just hangs and never completes on larger files.

EDIT2:

Ok, I've done some tests it seems the flash uploader is fine with 2MB files but no larger. I've read people uploading bigger files than that. Is there a setting? I thought flash wasn't effected by any limit?

Last edited by theojones; June 3rd, 2009 at 08:05 PM.
theojones is offline   Reply With Quote
Old June 3rd, 2009, 08:19 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
1. you can use either one but if you use GD2 you might want to give php more memory

2. It can easily handle bigger files. I have uploaded up to 8mb personally as I have never had any reason to do anything larger but I just did a couple 2.5mb ones fine and I use Imagemagick
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 3rd, 2009, 08:32 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
It just hangs. Never completes the upload on 2MB+ files.

Are you able to give it a try Chuck? with like a 4MB files or something.

All Photos & Images - Malcolm in the Middle Voting Community - Gallery
user: tryme pass: tryme123
theojones is offline   Reply With Quote
Old June 3rd, 2009, 08:35 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Have you modified your code in some way? Your site just does not look right for our default code.

also just so you know your site does some sort of forward thing possibly because of the header.

I would suggest you use unmodified files and then give things a try. Like example on your upload page I see no way to upload a file.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 3rd, 2009, 08:36 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Your redirect thing is from a vb profile link that is relative in the footer template so making that a full url will fix that
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 3rd, 2009, 08:48 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
Yes I modified templates but only a little core code.

On the upload page there is the flash uploader, do you not see it? The upload page has only had template/language changes.

I have no idea what forwarding you are referring to? There are no vb profile links in the footer?
theojones is offline   Reply With Quote
Old June 3rd, 2009, 08:49 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
I can confirm that some of your files appear modified so try testing with stock files.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 3rd, 2009, 08:53 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
No I do not see the flash uploader using the login you provided

The link thing is in the footer template of vb it has to do with time correction use the login you provided you will see the problem.

How about since you know how to modify code in header-inc.php find the code that looks like this and that will correct that link forwarding thing

Code:
Content visible to verified customers only.
replace with this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 3rd, 2009, 09:06 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
You don't see this?

Code:
Content visible to verified customers only.
I'm very worried if your not seeing the flash uploader. I can :S. As I said I have not edited any of the upload php files.

I replaced that code. Still have no idea what you mean by "redirection", is it still happening?
theojones is offline   Reply With Quote
Old June 4th, 2009, 10:16 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
I do now see that button

Maybe you have some kind of server setting in apache that prevents files over a certain size.

tryme Gallery - Malcolm in the Middle Voting Community - Gallery

What is your php setup like do you have a link?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 4th, 2009, 03:18 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
Thanks for testing the upload.

PHP info, Is this it?

phpinfo()

I can contact my host and ask them to change something if its a setting?
theojones is offline   Reply With Quote
Old June 4th, 2009, 03:30 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
upload_max_filesize 2M

You can try having them up that to 8M to see if that makes a difference but my understanding was just as you throught the flash uploader was immune to php settings.

However the issue as I see it is any file that is over 2mb is not being copied to the uploads directory on the server.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 4th, 2009, 04:23 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
Right OK. Many thanks.

Strange, I run another flash style standalone uploader which I have successfully uploaded 500MB files.
theojones is offline   Reply With Quote
Old June 4th, 2009, 04:29 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Okay so it works okay with smaller files well then altering the php some would assist.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 4th, 2009, 04:36 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
I'm contacting my host and if I can get them to increase it, we can see if it has any effect.
theojones is offline   Reply With Quote
Old June 4th, 2009, 04:51 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
yeah maybe interfacing the flash with php still restricts uploads to the php default.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 4th, 2009, 06:42 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Apr 2009
Posts: 86
Hmm, well I've increased the php limit to 8MB. And successfully uploaded a 6.5MB files, however it fails during processing!

Code:
Content visible to verified customers only.
I'm guessing the host messed it up, hopefully they can fix it and give me the correct mogrify dir

Last edited by theojones; June 4th, 2009 at 07:19 PM.
theojones is offline   Reply With Quote
Old June 4th, 2009, 07:57 PM   #20 (permalink)
Senior Member
Verified Customer
 
Geiri's Avatar
 
Join Date: Nov 2002
Location: Reykjavik, Iceland
Posts: 729
This looks like a permission issue I do not know what the code 127 stands for.

The default webserver dos not have permission to run ImageMagick or ImageMagick dose not have permission to write to your data folder.

Your host needs to make changes I think
__________________
Geiri
Geiri is offline   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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Uploading Issues...AGAIN nikoeuro Photopost Pro How Do I...? 15 March 2nd, 2008 05:09 PM
uploading issues imported_fatal How Do I? - vBulletin 3.5.X 11 March 12th, 2006 03:26 AM
Photo uploading issues bajarider Photopost Pro Installation & Upgrades 23 March 3rd, 2006 06:56 PM
Known issues with uploading?? bugzy Installs and Upgrade - vBulletin 3.5.X 1 October 19th, 2005 10:44 AM
Uploading larger bmp/avi files? nyifan Installs and Upgrade - vBulletin 3.0.X 3 December 15th, 2004 08:15 AM


All times are GMT -5. The time now is 12:51 PM.

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