PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   PP 6.0 - Regsitration with & without captcha not working (http://www.photopost.com/forum/photopost-pro-bug-reports/133368-pp-6-0-regsitration-without-captcha-not-working.html)

snoopy5 September 21st, 2007 04:35 AM

PP 6.0 - Regsitration with & without captcha not working
 
FYI

1. When Captcha is set to "no" in ACP (this is the default setting), then regsitration of a new user is impossible.

Within the regsitration screen there is nothing (which is o.k., because captcha is turned off), but when hitting on submit, the error comes up:

----------------

"Age Image Verification (to verify you are at least 18 years of age, please enter the code on the left in the box on the right)"

-------------------

So it is impossible to regsiter without captcha turned on. Should not be like this.

2. When Captcha is turned "on", then I see the image, but when hitting on submit I get the rror:

"We experienced a problem adding your account. Please contact the System Administrator."

So no matter what I do in ACP, a new user can not register.

PP 6.0 fresh installation, no integration, no hacks

Michael P September 21st, 2007 02:15 PM

<removed to avoid more people trying it>

snoopy5 September 21st, 2007 02:52 PM

Hi

no, even after the code change it does not work in any captcha setting (on or offer does not matter)

both cases give now the error:

"We experienced a problem adding your account. Please contact the System Administrator."

Michael P September 21st, 2007 03:49 PM

Okay, I'll do some more testing.

Michael P September 21st, 2007 07:33 PM

http://www.photopost.com/standalone

I updated the build with a new register.php and register.tmpl; can you download the build and update those two files. I confirmed it works on the test install above.

snoopy5 September 26th, 2007 11:06 AM

Hi

I downloaded it 5 minutes ago and replaced the 2 files. Still the same problem.

Chuck S September 26th, 2007 11:47 AM

Well I show we add the column on the upgrade and install weird.

Try running this query in phpmyadmin for you database to add the missing field

ALTER TABLE pp_users
ADD realname varchar(80) default NULL;


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