| Author |
Message |
MrTweed
Nuke Cadet


Joined: Jun 10, 2003
Posts: 7
|
Posted:
Mon Sep 01, 2003 12:47 am |
  |
I upgraded from 6.5 to 6.9 and I can't register users. I go thru the process click finish....get the activation email and when i click it i can this on my site.
New User Activation Error
There is no user in the database with this information.
You can register a new user from here.
HELP plz |
|
|
   |
 |
Sina
Nuke Cadet


Joined: Sep 01, 2003
Posts: 7
Location: München, Germany
|
Posted:
Mon Sep 01, 2003 1:14 am |
  |
Same Problem here..... Users can´t register... I just made an upgrade from 6.0 with BBtoNuke.
Would really like to have help there....
Sina
btw. the site is: http://www.dunklewelle.de |
|
|
       |
 |
TrevorS
Corporal


Joined: Jun 02, 2003
Posts: 68
Location: Denver, Colorado
|
Posted:
Mon Sep 01, 2003 7:04 pm |
  |
Same for me as well.
New Users go through the process. Get to the link confirmation page, click the finish form button and the resulting page reports "_ERROR". Nothing more, nothing less. And this same thing happens on two, possibly more, of my sites. |
|
|
    |
 |
TrevorS
Corporal


Joined: Jun 02, 2003
Posts: 68
Location: Denver, Colorado
|
Posted:
Tue Sep 02, 2003 7:54 am |
  |
I have most of today to dive into this problem. If I find a solution, I will let you know what it is. |
|
|
    |
 |
TrevorS
Corporal


Joined: Jun 02, 2003
Posts: 68
Location: Denver, Colorado
|
Posted:
Tue Sep 02, 2003 9:23 am |
  |
Silly fix.
On line 140 of file [root]/Your_Account/index.php, you will see the following line :
Change it to
The variable $result is not used. At least as far as I can see. But, the variable $db is used to pass the new user info to the $user_prefix_users_temp table. Without knowing too much about the Nuke db layer, I would assume the $db would return a true value if the query was a success. Anyway, change the code and test it out. This worked for me. Should work for you. |
|
|
    |
 |
Sina
Nuke Cadet


Joined: Sep 01, 2003
Posts: 7
Location: München, Germany
|
Posted:
Tue Sep 02, 2003 10:13 am |
  |
Sorry, can´t be.... look at line 167 -> $result....
I still get an activationerror...it isn´t writing into the DB the user....
Ok, a User wants to register.... Fills out the Form, gets the mail with the activation-link BUT the user isn´t in the database
HEEELP .....
Sina |
|
|
       |
 |
TrevorS
Corporal


Joined: Jun 02, 2003
Posts: 68
Location: Denver, Colorado
|
Posted:
Tue Sep 02, 2003 12:21 pm |
  |
Can you browse your database? If so, is the user in the $XXX_users_temp
table?
Also, can you check your prefix setting in your config.php file? The first error thrown would have been because the user's temp info was not entered into the database. If the site could not find the users_temp table, you probably would not have even made it this far. Because you can, I would start to suspect the "activate" function is not finding the proper database table.
BTW : Is there now a "Trevor" listed in your users_temp table? There should be. And, I like your site. You should check out my Gothic Portal at http://www.gothicplanet.com .  |
|
|
    |
 |
Sina
Nuke Cadet


Joined: Sep 01, 2003
Posts: 7
Location: München, Germany
|
Posted:
Tue Sep 02, 2003 9:52 pm |
  |
Hey, thanks....that worked .... forgot to check if the update installed that part of the database ....
hey, great site
Sina |
|
|
       |
 |
|
|