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

Home » FUDforum Development » Bug Reports » strange error when accessing FUD
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: strange error when accessing FUD [message #4586 is a reply to message #4353] Wed, 31 July 2002 17:22 Go to previous messageGo to previous message
BugLaden is currently offline  BugLaden   United States
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
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Invalid Request
Next Topic: Newsgroup importing
Goto Forum:
  

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

Current Time: Sat Nov 23 07:14:19 GMT 2024

Total time taken to generate the page: 0.03951 seconds