Re: strange error when accessing FUD [message #4586 is a reply to message #4353] |
Wed, 31 July 2002 17:22 |
BugLaden
Messages: 216 Registered: February 2002 Location: Westminster, MD
Karma:
|
Senior Member |
|
|
Ok, I created a user and this was my select statement from the fud_user table:
mysql> SELECT login,id,email_conf,conf_key FROM fud_users where conf_key <> 0;
+----------+----+------------+----------------------------------+
| login | id | email_conf | conf_key |
+----------+----+------------+----------------------------------+
| Warrada | 92 | N | 08e2846bd45d324502e34093a4a41b62 |
| testuser | 98 | N | 7d5fd6f67a6ba6df8c83f98457605013 |
+----------+----+------------+----------------------------------+
2 rows in set (0.01 sec)
The email that was sent to me:
Thank you for registering,
To activate your account please go to the URL below:
http://www.ccgworkshop.com/forum/index.php?t=emailconf&conf_key=7d5fd6f67a6ba6df8c83f98457605013
Once your account is activated you will be logged into the forum and
redirected to the main page of the forum.
The page when I clicked on the link in the email:
Fatal error: Call to undefined function: get_all_perms() in /home/ccgwork/public_html/forum/theme/CCGWorkshop/index.php on line 183
The testuser record now:
mysql> SELECT login,id,email_conf,conf_key FROM fud_users WHERE id=98;
+----------+----+------------+----------+
| login | id | email_conf | conf_key |
+----------+----+------------+----------+
| testuser | 98 | Y | 0 |
+----------+----+------------+----------+
1 row in set (0.00 sec)
-=BugLaden
|
|
|