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 May 17th, 2006, 11:43 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
Can't enter long descriptions on uploadphoto.php page

When we try to upload a photo and enter in a large amount of text in the description field in uploadphoto.php, it gets stuck on the "Preparing to process image list!" screen.

I tried uploading a photo and kept removing sentences, one by one, until it finally let me upload it. After you get it uploaded, you can go in and add edit the description to add the remaining text – but for some reason it doesn’t like that long description with the initial upload. And… you can also add the remaining text on the second screen without problem (bulkupload.php) – but not that first screen (uploadphoto.php).

I was able to use a description with 885 characters (including spaces) – but not much more than that.

How do I fix this so that we can add longer descriptions on the uploadphoto.php page?
kwrd is offline   Reply With Quote
Old May 18th, 2006, 08:07 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Have you tried increasing the columns and rows of the description box although I think it should not matter there?

Code:
Content visible to verified customers only.
The only issue I would see if something triggered some server restriction like I uploaded about a 1000 paragraph with no issue but when I tried to copy and paste the entire install instructions from our site to an image then I tripped my server's REQUEST URL TOO LONG error. I would assume here your triggering something similar here on the server restriction.
__________________
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 May 18th, 2006, 09:51 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
I just tried increasing the cols and rows - but it didn't help. I can't enter more than 900 characters in the description field without it getting "stuck" when it tries to process the image.

Since I can enter in the full description (over 900 characters) on the bulkupload.php page as well as the page that you use to edit a photo, do you still think this is a server issue?

FYI - We don't have any code modifications in the uploadphoto.php or uploadphoto.tmpl files. We're using the original & most-current PhotoPost files.
kwrd is offline   Reply With Quote
Old May 18th, 2006, 10:44 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: NY
Posts: 216
Send a message via Yahoo to glowinggal
we are having this issue too -- we have had MANY users complain about it and using a work around of NOT entering their description until the next step; but is this really feasible? Ie: we have no code mods either; using default file and USING MOST UPDATED build of PP
glowinggal is offline   Reply With Quote
Old May 18th, 2006, 11:32 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
About the only thing I can think of since if the issue only happens when forwarding to bulkupload I would think it a server request uri limit

If you upload a single file that does not go to bulkupload does it work?

Post me an example text your using that triggers the problem
__________________
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 May 25th, 2006, 10:10 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
Even when we only upload 1 photo, it still takes us to bulkupload.

Here's the text I was trying to use for the description:

This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters.

This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters.


This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters.


This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters. This description has about 1000 characters.
kwrd is offline   Reply With Quote
Old May 25th, 2006, 12:16 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Your being stopped by the request url limit on your 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 May 25th, 2006, 12:43 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
How do we fix that?
kwrd is offline   Reply With Quote
Old May 25th, 2006, 12:47 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Well honestly I do not know specifically where it is set. More than likely the apache configuration 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 May 25th, 2006, 12:52 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
OK. I'll look into it. Thank you very much!

(By the way, I'm just curious... how did you determine that it's the request url limit?)
kwrd is offline   Reply With Quote
Old May 25th, 2006, 12:57 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Because it happens when you forward to the bulkupload page which forwards the information in a url
__________________
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 May 26th, 2006, 03:41 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
My web host set the LimitRequestLine to the maximum of 8190 bytes.

More information on
this can be found at:
http://httpd.apache.org/docs/1.3/mod...mitrequestline

But we're still running into the same problem. Is this the "request url limit" you suggested?
kwrd is offline   Reply With Quote
Old May 26th, 2006, 04:19 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
I just figured out a workaround for this -- and thought I'd post it here in case others are struggling with this same issue.

I removed the photo description field from the uploadphoto.php page - and users simply add the description on the next page (bulkupload.php). To do this, I edited the uploadphoto.tmpl file as follows:

Remove this code:

<tr>
<td class="{$Style['tddetails']}" align="left"><span class="{$Style['small']}">{$Globals['pp_lang']['photodesc']}</span></td>
<td class="{$Style['tddetails']}" align="left"><textareahtml name="defdesc" cols="50" rows="10"></textareahtml></td>
</tr>


and replace it with this code:

<input type="hidden" name="defdesc" value="">
kwrd is offline   Reply With Quote
Old October 10th, 2006, 01:34 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: NY
Posts: 216
Send a message via Yahoo to glowinggal
hmmmm seems with version 5.5 isn't not actually taking effect... the description box is still appearing on the main upload page.... any other suggestions?
glowinggal is offline   Reply With Quote
Old October 10th, 2006, 02:38 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Yes this is a server issue because bulkupload is a POST command and goes right to processing. If you use uploadphoto which either posts ONE PHOTO or forwards to bulkupload it is a GET command and thus is limited by your server uri to the limit of what can be passed by that GET command.
__________________
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 October 12th, 2006, 02:01 PM   #16 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Okay, explain why this is only happening with Internet Explorer. I posted about this issue here:

Certain length description causes error

This issue does not happen with Firefox, only IE.
Fortissimo 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
Contain uploadphoto.php corysbrown Photopost Pro How Do I...? 0 March 20th, 2006 05:42 PM
uploadphoto page problem jannybear Photopost Pro How Do I...? 6 February 18th, 2006 11:08 PM
Enter Keywords on my page NOT my photos redback Photopost Pro How Do I...? 6 October 4th, 2005 11:48 AM
Uploadphoto.php tommyxv Photopost Pro Installation & Upgrades 1 July 11th, 2005 09:12 AM


All times are GMT -5. The time now is 05:27 PM.

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