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: Aminudin Khalid
Subject: [Savannah-dev] Re: User registration problem
Date: Thu, 24 Apr 2003 17:20:43 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

The "$register variable"  problem has been resolved.  I have to modify php.ini so that it could recognise global variable.

But sendmail is still giving me headache  :( . Verification mail is not sent so I can't register user ; even the admin account.





Mathieu Roy wrote:
                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. 

  


-- 
Mohd. Aminudin bin Mohd. Khalid
Linux Software Engineer
Mimos Berhad (http://www.mimos.my)

http://www.asiaosc.org
http://opensource.mimos.my


reply via email to

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