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 > General Forums > General Discussion

General Discussion General use discussion forum for PhotoPost products.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old September 27th, 2008, 03:16 PM   #1 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
System error, unable to generate request form at this time

Just updated the files from the beta version we have been working on. When not logged in, I get error: System error, unable to generate request form at this time.

When logged in, the images work fine. Any ideas?
skidpics is offline   Reply With Quote
Old September 27th, 2008, 03:45 PM   #2 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Something to do with the captcha - line 985 in showphoto.php contains that language string..

Yep, turn captcha off for unregistered, and the images show.. hmmm
skidpics is offline   Reply With Quote
Old September 28th, 2008, 06:40 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
bj_171 - ReefTalk Gallery

Are we talking about viewing a showphoto page when logged out?
__________________
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 September 28th, 2008, 09:29 AM   #4 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Yes, it appears so. If Captcha is on, the logged out user cannot see the photo, and gives the error. If it is turned off, the user can see the photo fine.

I know Michael was moving the code around so quick ratings would work without captcha, but perhaps it has been put in the wrong place??

I will turn it back on, so you can check out what it is doing on my site..

This is with a straight upload with the new software package..

Message - Image hosting, free photo sharing & video sharing at Piqueshare

Last edited by skidpics; September 28th, 2008 at 09:38 AM.
skidpics is offline   Reply With Quote
Old September 28th, 2008, 10:58 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
bj_171 - ReefTalk Gallery

well this is why I am confused here I am running the latest code and see no error.

Code:
Content visible to verified customers only.
Is there anything wrong with your captcha table? The reason you have that message is because we can not insert the mysql entry in the database.

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 September 28th, 2008, 01:07 PM   #6 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
well, unless I need to do something else to my database to get the new release working, nothing has changed since the beta install..

How would I know if something is wrong with my captcha table?

Last edited by skidpics; September 28th, 2008 at 01:13 PM.
skidpics is offline   Reply With Quote
Old September 28th, 2008, 01:16 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
Try clearing your captcha table of entries and lets go from there
__________________
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 September 28th, 2008, 01:16 PM   #8 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I have 30 entries, delete them all then?
skidpics is offline   Reply With Quote
Old September 28th, 2008, 01:17 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
http://piqueshare.com/gallery/cap.php?c=6579

you have like 6579 entries
__________________
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 September 28th, 2008, 01:24 PM   #10 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Done. let's see what it did....

doesn't work.


Now your link shows nothing that you provided in the above message...

Last edited by skidpics; September 28th, 2008 at 02:24 PM.
skidpics is offline   Reply With Quote
Old September 28th, 2008, 02:33 PM   #11 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I went ahead and turned it back off for the time being, until we figure this out.
skidpics is offline   Reply With Quote
Old September 28th, 2008, 02:45 PM   #12 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Chuck, it has to be a new showphoto issue. I uploaded the old one and it works fine..

Old showphoto:
http://piqueshare.com/gallery/showphoto1.php/photo/1669

New showphoto:
http://piqueshare.com/gallery/showphoto.php/photo/1669
skidpics is offline   Reply With Quote
Old September 28th, 2008, 05:45 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
Interesting well I dont have an old showphoto to see so send me the old one so I can compare to chuck at photopost dot com

Now whats strange is why does the new code work on my site. I mean I just updated my site right before I posted here to you the first time to make sure there was no issue
__________________
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 September 28th, 2008, 06:10 PM   #14 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
why don't you forward your showphoto to me at skidpics at yahoo dot com?

I will upload it and see if it works.

I will forward an old showphoto to you to compare.

thanks for helping out.
skidpics is offline   Reply With Quote
Old September 28th, 2008, 06:30 PM   #15 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Found it Chuck, using Winmerge for comparison.

Line 980 Reads:
$r = ppmysql_query( "INSERT INTO {$Globals['rp_db_prefix']}captcha (id,code) VALUES (NULL,'$pass')", $link );

and should be:

$r = ppmysql_query( "INSERT INTO {$Globals['pp_db_prefix']}captcha (id,code) VALUES (NULL,'$pass')", $link );

Might want to pass this along to Michael.. and not sure why your's is working correctly..
skidpics is offline   Reply With Quote
Old September 28th, 2008, 08:15 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
Mine would work because my photopost table prefix is blank to begin with.
__________________
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 September 28th, 2008, 08:20 PM   #17 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
makes sense. Betting some more users will have this issue once everyone upgrades.. suppose it should be changed then..

thanks for the help!
skidpics is offline   Reply With Quote
Old September 29th, 2008, 05:34 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,946
Yes I am sure.
__________________
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
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
Help! We're sorry, but the system experienced an unrecoverable error. Please try agai pharry Photopost Pro How Do I...? 6 January 3rd, 2009 12:57 PM
showphoto: System error, unable to generate request form at this time. dumoulin Photopost Pro Bug Reports 4 August 3rd, 2008 12:32 PM
Cl 2.5: We're sorry, but the system experienced an unrecoverable error. snoopy5 Classifieds Installation & Upgrades 2 May 8th, 2006 01:36 PM
System time problem? Rich Z Classifieds Bug Reports 2 May 19th, 2005 03:26 PM


All times are GMT -5. The time now is 09:11 PM.

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