» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 46
0 members and 46 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on Big problem with forumregistration! within the Purged Topics forums, part of the NM Staff category; Okey, I need huge help here... I've written about this before, but now my site is getting ready to ...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-28-2002, 10:48 AM
Junior Member
 
Join Date: Nov 2002
Location: Sweden
Posts: 85
Send a message via ICQ to zlaxzzor Send a message via MSN to zlaxzzor
Big problem with forumregistration!
Okey, I need huge help here...

I've written about this before, but now my site is getting ready to launch, and I can't launch it with the errors that it has got right now...

So this is my problem, when I change my password through the profile, I get this message, exactly as it should be... "Your profile has been updated, click here to go to forumindex", or something like that... But when I click the link for the forumindex, this is the page that I get (screenshot here). So, that's not good... Then, if I try to go to some other part of the site, this is how that will look (screenshot here).

I've heard about that error in the nuke-sql, and the text I get at error2 is "You have an error in your SQL syntax near '' at line 1", do we have a fix for this without having to erase all the info in the database? Just to fix the damaged part of it? I think that is what I need and that may be what is wrong with my site, so please... Please, please... Give me a fix for this someone, because I'll have to wait with the release of my site just to fix this, please help me out...

I've got one other idea also for this, if noone has a fix... I though that it should be possible to change the profile so that the "Change password"-part uses the same sql-tables that the Your Account-editing does, because if you change the password through the Your Account-site it'll work without errors, and then you don't even get logged out as you get if you edit it through the profile, is this possible? If so, it would be very, very kind if someone could write how to do this...

Thanks in advance!

Best Regards,
David Nilsson
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-28-2002, 12:45 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
First of all, if I have to guess, I would say you have Account Activation set in the Forum Admin Configuration to USer or Admin..this will not work with the Forum reg hack. You have to set it to NO Activation required.

If that doesn't work and you really need more help. I will need FTP access, SQL access and Admin Access to your Site. You can PM me the Information.

As for the Line 1 error in the nuke.sql table, I have not seen a fix for this that does not require a full install of the database again.
I have the same error in my Database and I do not have the same problem you have, so I don't think that is the issue.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-28-2002, 12:50 PM
Junior Member
 
Join Date: Nov 2002
Location: Sweden
Posts: 85
Send a message via ICQ to zlaxzzor Send a message via MSN to zlaxzzor
Hmm, I'm afraid that the account activation was already set to off.

Mikem, I trust you, but actually, my passwords and so on is a bit to important to give away, so I'd like to wait a bit about that to see if someone has got any other solution, if not, I will think about it.

Thanks for the offer!

Best Regards,
David Nilsson
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-28-2002, 01:18 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Thhat's fine David.

Basically what is happening in your situation is that the Forum registration is not getting written to the Database or it is not recognizing you as logged in.

I would try reinstalling the hack. Could also be the template sub3d you are using has something else written to the files from a previous developer of that template.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-30-2002, 08:51 AM
Junior Member
 
Join Date: Nov 2002
Location: Sweden
Posts: 85
Send a message via ICQ to zlaxzzor Send a message via MSN to zlaxzzor
well, actually I have pm'd you all the info needed (not the mysql-thing though, because then you'll have to pass through a swedish admin-system which is pretty hard I guess, but if that's needed, I can fix that also, just tell me...)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-30-2002, 11:04 AM
Junior Member
 
Join Date: Nov 2002
Location: Sweden
Posts: 85
Send a message via ICQ to zlaxzzor Send a message via MSN to zlaxzzor
Hey mikem, I wanted to tell you that I think you made a mistake when posting the private message with what I should change and that, because the change-from code and the change-to code was identically the same... Please try to send it again

Well, I think I get what you meant now... Proably you wanted to say that I should change
Code:
            $sql = "SELECT pass
               FROM " . USERS_TABLE . "
               WHERE uid = $user_id";
into
Code:
            $sql = "SELECT pass
               FROM " . USERS_TABLE . "
               WHERE uid = $user_id";
But I'm afraid that made no difference with my board...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-30-2002, 11:42 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
ok we got a problem here., I can't paste the changed code, it keeps reverting back to your Old code you ahve posted..see what your post did above, must be a bug in our Forums..lemme try Quoting it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-30-2002, 11:43 AM
Junior Member
 
Join Date: Nov 2002
Location: Sweden
Posts: 85
Send a message via ICQ to zlaxzzor Send a message via MSN to zlaxzzor
I can't see any difference? Well, have you tried to copy your usercp_register into my server and still got the same error?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-30-2002, 11:44 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by zlaxzzor
I can't see any difference? Well, have you tried to copy your usercp_register into my server and still got the same error?
ok lemme try that
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-30-2002, 11:44 AM
Junior Member
 
Join Date: Nov 2002
Location: Sweden
Posts: 85
Send a message via ICQ to zlaxzzor Send a message via MSN to zlaxzzor
Originally Posted by mikem
ok we got a problem here., I can't paste the changed code, it keeps reverting back to your Old code you ahve posted..see what your post did above, must be a bug in our Forums..lemme try Quoting it.
Yeah, I noticed... though you got the same problem with that also.
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
Poll/Survey problem! (restriced area?) EDIT: new problem! erazor Nuke 7.x - General 3 04-12-2005 12:27 PM
Problem with smartDark problem. Sign up doesn't work. DJ-Loki Theme packs 4 02-18-2003 04:40 PM
Problems with forumregistration... zlaxzzor Purged Topics 9 12-17-2002 01:08 PM


All times are GMT -5. The time now is 08:15 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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