savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] Re: User registration problem


From: Mathieu Roy
Subject: [Savannah-dev] Re: User registration problem
Date: 24 Apr 2003 09:31:20 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>                 php-4.2.2-8.0.5
> 
> There was no error message at all. It just that the registration
> process could'nt finish and it  returned the user registration page
> back . Normally if the installation success it supposed to display a
> page with  below message (but this didn't happen and there is no new
> entry in the database as well):
>                  /You are now being sent a confirmation email to
> verify your email
>            address. Visiting the link sent to you in this email will
> activate
>            your account./
> 
> So , I checked the PHP variable in  savannah/www/account/register.php
> . There is a global variable called  $Register that determined whether
> it is "first time to page" or not. I tried to print the value , but it
> gave empty value . So I  added the following lines on top of
> savannah/www/account/register.php  :
> 
> global $Register;
> $Register = $_REQUEST[Register];
>  After this  the "confirmation message"  could be displayed and I
> could see new entry in the database. The only problem now is that I
> didn't receive any email for verification. I tried to login but failed.
> 
> I think all these can describle my problem with my PHP4 . Any idea ?

No, not without checking the code, which I cannot do right now.

But IMHO, the problem is before the $register var. 

-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://stock.coleumes.org/gpg        <<




reply via email to

[Prev in Thread] Current Thread [Next in Thread]