Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 52
1 members and 51 guests
health46ev26
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Blocks

Reply
 
LinkBack Thread Tools Display Modes
Activating new users link broken..
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 29
Join Date: Apr 2003
Location: Backwoods, USA
Activating new users link broken.. - 04-11-2003, 08:40 PM

I have a problem dealing with users also... when a new user registers it sends the email for activation..the activation link isnt working..keeps going to a cant display page.. or like its a broken link.. any ideas..im running phpbb2 to nuke 6.5 ..everything else seems to be working ok.. all but some invalid sessions but ive read your post on them and i set my session time up some to see if it stopped before i go messing with the code..also where can i get the upgrade from 2.03 to 2.04..the analyzer said i needed to update the phpbbport to 2.04..
 Send a message via ICQ to Mike Send a message via AIM to Mike Send a message via MSN to Mike  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
04-11-2003, 08:52 PM

First, you are running the 2.0.4 port. Don't worry about that. You can fix that by going into your database and to nuke_bbconfig and change your version number from .3 to .4

as for the link in the email activation.
Here

open
includes/usercp_register.php

find
Code:
					'U_ACTIVATE' => $server_url . '?mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' .
change to this
Code:
					'U_ACTIVATE' => $server_url . '&mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' .
I think there are like three instances of that. All need to eb changed.
Link it sends to acivate the Account to the Admin and user is broken

Link looks like this:

http://yoursite.com/modules.php?name...act_key=b68b4a

should look like this:

http://yoursite.com/modules.php?name...act_key=b68b4a

notice the ? b/w profile and mode in the first link? it needs to be &

that's all that was :-)

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 29
Join Date: Apr 2003
Location: Backwoods, USA
04-11-2003, 09:22 PM

Didnt work..

http://hsk.uzipp.com/modules.php?nam...6ec925fdbd5b40

thats the link i get...tried doing one myself..
 Send a message via ICQ to Mike Send a message via AIM to Mike Send a message via MSN to Mike  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
04-11-2003, 09:27 PM

Quote:
Originally Posted by Mike
Didnt work..

http://hsk.uzipp.com/modules.php?nam...6ec925fdbd5b40

thats the link i get...tried doing one myself..
ahh ok my bad on that one. Your talking about the activation link when a users registers through Nuke...
Well poo. Have you tried re-uploading the oroginal Your Account module index.php?
I'm not sure which file generates that link to be honest.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
04-11-2003, 09:37 PM

Yeah I just looked, that link is generated in the Your Accoutn module index.php
It looks right.
The only thing I can think of is check your Database and make sure you have a table called nuke_users_temp.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 29
Join Date: Apr 2003
Location: Backwoods, USA
04-11-2003, 09:42 PM

Ok yeah that users temp file is in my database..with the users waiting for activation..but cant activate them..dont know how..lol and i just uploaded your account again and still same problem..i deactivated the site visitor block and activated Log in block default and tried and still doing the same thing..so somethings generating the wrong link..just have no clue what..
 Send a message via ICQ to Mike Send a message via AIM to Mike Send a message via MSN to Mike  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
04-11-2003, 09:59 PM

The more I think about it, it may have to do with your site being a subdomain.
Make sure you have the path set right in Nuke Admin Preferences to your site
And also make sure it is right under Forum Admin/Configuration(Domain Name)

Here's a post over at nukecops I found that MAY help some...
http://nukecops.com/postlite891-activation.html


mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 29
Join Date: Apr 2003
Location: Backwoods, USA
04-11-2003, 10:39 PM

Hey got it working..thanks Mikem what a life saver.. after all that the problem was in the script path in nukes admin config..when you said check domain i went and added a couple stuff to that link in my email and boom that was it..so i just edited my admin, config script path to the right place.. thanks for the heads up Mikem..you guys are awsome!
 Send a message via ICQ to Mike Send a message via AIM to Mike Send a message via MSN to Mike  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Broken Image Link - News Section DaLizard Nuke 7.x - General 4 01-09-2005 09:38 PM
Broken-Link in Idiots Guide marston nukemods.com 0 01-07-2005 06:22 PM
CONFIGURATION LINK SEEMS TO BE BROKEN KooLkiD Nuke 6.5 to 6.9 - General 1 12-29-2004 02:35 PM
broken link IACOJ nukemods.com 1 01-31-2003 08:32 AM
How to: Make link for users to make site their homepage IACOJ Purged Topics 11 01-22-2003 04:54 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31