FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Version 2.3.5 / Error at Email-Confirmation
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Version 2.3.5 / Error at Email-Confirmation [message #7321] Mon, 18 November 2002 14:49 Go to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
Hello!

I become always an error message, when I want to confirm my registration with the email-code-URL. Can you help me? Thank you!


Error-Message in german:

Ungültiger Bestätigungsschlüssel. Bitte überprüfe in Deiner Email, ob Du die URL auch richtig aufgerufen hast



My systemconfiguration:

System Configuration
PHP built On: Linux adnewmedia.imv.de 2.4.18-3 #1 Thu Apr 18 07:32:41 EDT 2002 i686 unknown
MySQL Version: 3.23.49
PHP Version: 4.2.3
Web Server: Apache/1.3.27 (Unix) PHP/4.2.3 FrontPage/5.0.2.2510 mod_perl/1.27
WebServer to PHP interface: apache
Forum Version: 2.3.5
Relavent PHP Settings: Safe Mode: OFF
Display Errors: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: ON
Output Buffering: OFF
Disabled Functions: none
PSpell Support: No

Re: Version 2.3.5 / Error at Email-Confirmation [message #7322 is a reply to message #7321] Mon, 18 November 2002 14:54 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
hmm does this always happen? Or just one time occurance?

FUDforum Core Developer
Re: Version 2.3.5 / Error at Email-Confirmation [message #7323 is a reply to message #7322] Mon, 18 November 2002 15:02 Go to previous messageGo to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
It happens always, also when I get a new confirmation-code.
Re: Version 2.3.5 / Error at Email-Confirmation [message #7352 is a reply to message #7323] Tue, 19 November 2002 10:41 Go to previous messageGo to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
I registered a new name und become this errormassage, when I want to confirm the registration:

Fatal error: Ein SQL Fehler ist aufgetreten, bitte kontaktiere den Administrator des Forums und laß ihn die Logdatei der SQL-Abfragen durchsehen. in /home/multidbu/www.multischule.de/forum/daten/include/theme/default/err.inc on line 102
Re: Version 2.3.5 / Error at Email-Confirmation [message #7353 is a reply to message #7352] Tue, 19 November 2002 10:45 Go to previous messageGo to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
This is the sequence of the script:

if( !error_log('['.gmdate("D M j G:i:s T Y", __request_timestamp__).'] '.base64_encode($error_msg)."\n", 3, $GLOBALS['ERROR_PATH'].'sql_errors') ) {
echo "<b>UNABLE TO WRITE TO SQL LOG FILE</b><br>\n";
echo $error_msg;
} else {
if( isset($GLOBALS['usr']) && $GLOBALS['usr']->is_mod == 'A' )
echo $error_msg;
else
trigger_error('Ein SQL Fehler ist aufgetreten, bitte kontaktiere den <a href="mailto:'.$GLOBALS['ADMIN_EMAIL'].'?subject=SQL%20Error"> Administrator</a> des Forums und la&szlig; ihn die Logdatei der SQL-Abfragen durchsehen.', E_USER_ERROR); }
exit;
Re: Version 2.3.5 / Error at Email-Confirmation [message #7354 is a reply to message #7353] Tue, 19 November 2002 10:58 Go to previous messageGo to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
When I try to get an new confirmation-key this messages comes:

"Fehler
Ungültige URL"

Translated:

"Error
incorrect URL"

Re: Version 2.3.5 / Error at Email-Confirmation [message #7355 is a reply to message #7354] Tue, 19 November 2002 11:35 Go to previous messageGo to next message
Olliver   Germany
Messages: 443
Registered: March 2002
Karma: 0
Senior Member
Hello,
I've just registered as a new user (fud-test) and had absolutely no problem with the registration key. Ur issue has nothing to do with the forum, it's a browser issue. U can do the following:
- Update to the latest version (If it's Netscape 4.7x kill it off, it's way too buggy especially some UNIX versions)
- Delete ur browser cache
- Delete ur cookies

Also check if there is some proxy software running which prevents the proper use of cookies (Junkbuster for instance). Old versions of Squid are also known to cause such problems because their http implementation is broken.

bye
Olliver
Re: Version 2.3.5 / Error at Email-Confirmation [message #7359 is a reply to message #7355] Tue, 19 November 2002 12:51 Go to previous messageGo to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
Thank you for your help. I testes all what you said, but I get the MySQL-Errormassage every time. In the errorlog ist this massage:

Tue Nov 19 12:40:06 GMT 2002 (t=emailconf&conf_key=464e192825e235488ed781790956312c) 1064: You have an error in your SQL syntax near '' at line 1
Query: DELETE FROM fud23_multischule_ses WHERE id=
Server Version: 3.23.49

Have you any idea, what could be the problem?
Re: Version 2.3.5 / Error at Email-Confirmation [message #7360 is a reply to message #7359] Tue, 19 November 2002 13:13 Go to previous messageGo to next message
Olliver   Germany
Messages: 443
Registered: March 2002
Karma: 0
Senior Member
Hello,
I verified registration using Mozilla 1.2b under Linux. Ur error message indicates that characters tried to enter the database which shouldn't remain unescaped like - or '. So I suspect ur browser or the proxy software u re using screws up the key when trying to register. I think, if u would capture the actual http request and compare it with the link in the conformation it would likely differ. Have u already tried with different browsers?
Bye
Olliver
Re: Version 2.3.5 / Error at Email-Confirmation [message #7361 is a reply to message #7359] Tue, 19 November 2002 13:18 Go to previous messageGo to next message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
When I register a new user the user ist signed in in the forum. If I now click on the confirmation-URL the MySQL-error-message comes.

If I log out the new registered user before clicking on the confirmation-URL there is no problem.

Thats no problem, if I know that, but most new users will be logged in when they try to confirm their registration.

[Updated on: Tue, 19 November 2002 13:19]

Report message to a moderator

Re: Version 2.3.5 / Error at Email-Confirmation [message #7362 is a reply to message #7360] Tue, 19 November 2002 13:21 Go to previous message
Nutzer is currently offline  Nutzer   Germany
Messages: 8
Registered: November 2002
Location: Germany
Karma: 0
Junior Member
Hello!

I tried with Netscape 7.0 and Internet Explorer 6.0.

Bye

Andreas
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Messages marked as read still shown under unread messages
Next Topic: File attachment not removed from server
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 16:02:11 GMT 2024

Total time taken to generate the page: 0.04092 seconds