[PhP Register] Any Have Idea ??

02/17/2012 08:41 神の火#1
Hello People .!
I am a Japanese!

Zorry For Me Bad Speak English ...

I'm Is Noob In PhP ... I Have Big Question!

Please Watch Photo In Posting Link

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]



Quote:
Warning: mssql_query () [function.mssql-query]: message: Can not insert the value NULL into column 'UserUID', table 'PS_UserData.dbo.Users_Master'. The column is not nullable. INSERT error. (severity 16) in C: \ megaxampp \ xampp \ htdocs \ Register \ verify.php on line 63

Warning: mssql_query () [function.mssql-query]: Query failed in C: \ megaxampp \ xampp \ htdocs \ Register \ verify.php on line 63

Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: your reply to email' in C: \ megaxampp \ xampp \ htdocs \ Register \ PHPMailer \ class.phpmailer.php: 462 Stack trace: # 0 C: \ megaxampp \ xampp \ htdocs \ Register \ PHPMailer \ class.phpmailer.php (440): PHPMailer-> AddAnAddress ('ReplyTo', 'Your reply to e ...', 'your name / serve ...') # 1 C: \ megaxampp \ xampp \ htdocs \ Register \ mail.php (16): PHPMailer-> AddReplyTo ('Your reply to e ...', 'your name / serve ...') # 2 C: \ megaxampp \ xampp \ htdocs \ Register \ verify.php (68): require_once ('C: \ megaxampp \ x ...') # 3 {main} Thrown in C: \ megaxampp \ xampp \ htdocs \ Register \ PHPMailer \ class.phpmailer.php on line 462
What is This Error ?

ありがとうございます。-----> Thanks you
Arigatou Gozaimasu!.

Extra : [Only registered and activated users can see links. Click Here To Register...]
02/17/2012 15:43 thetruestarr1337#2
Code:
Warning: mssql_query () [function.mssql-query]: message: Can not insert  the value NULL into column 'UserUID', table  'PS_UserData.dbo.Users_Master'. The column is not nullable. INSERT  error. (severity 16) in C: \ megaxampp \ xampp \ htdocs \ Register \  verify.php on line 63
Theres your error.

go to PS_UserData -> dbo.Users_Master rightclick design and then change UserUID to Allow NULL .
save them
02/17/2012 21:47 神の火#3
Quote:
Originally Posted by thetruestarr1337 View Post
Code:
Warning: mssql_query () [function.mssql-query]: message: Can not insert  the value NULL into column 'UserUID', table  'PS_UserData.dbo.Users_Master'. The column is not nullable. INSERT  error. (severity 16) in C: \ megaxampp \ xampp \ htdocs \ Register \  verify.php on line 63
Theres your error.

go to PS_UserData -> dbo.Users_Master rightclick design and then change UserUID to Allow NULL .
save them
Thanks You Mrs.thetruestarr1337

:handsdown: