PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
annadoodle
New Member
New Member


Joined: Oct 02, 2003
Posts: 6

PostPosted: Thu Oct 02, 2003 3:56 pm Reply with quote Back to top

Hi,

My 100th user is trying to sign up and emailed me - she gets her confirmation email but once she's confirmed, she disappears. Her login doesn't work, and there's no record of her in the database. The same thing happens if I try to sign up a test account from my computer.

Does anyone know why this might happen? I've imported the users from a phpbb database so all of their user_id fields are two digit numbers, whereas the two people who've signed up since I moved it over have longer numbers as their IDs (10 digits).

My Anonymous user_id is set at -1 and the person who signed up last is at the top of the list after Anonymous. The user_id's then go from 2 (which is me), to 99 (which is the last person who registered on the phpbb before I moved it).

My site is here:
Only registered users can see links on this board!
Get registered or login to the forums!


Please help! No one can sign up at the moment!

Thanks,

Anna
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 4:05 pm Reply with quote Back to top

Just as I suspected when I contacted you. You no doubt converted a stand alone PHPBB system to nuke. This is the unfortunate by-product. You will need to change the anonymous user to 0 or 1. But, you also must then reset the auto increment value in your nuke_users table. If you allowed anonymous posting under your stand alone system, then you must now change all -1 posterids to 0 or 1. If you did not allow them to post then you are done at this point.

Clear as mud Laughing? If you would like to give me access to your phpMyAdmin, I will be happy to take care of this for you Wink

Just PM me your
site url, adminid, adminpw
and
phpMyAdmin url, id, password
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
annadoodle
New Member
New Member


Joined: Oct 02, 2003
Posts: 6

PostPosted: Thu Oct 02, 2003 4:10 pm Reply with quote Back to top

I did have the Anonymous user set at 1 previously, but it still didn't work like that Confused Fortunately there shouldn't be any guest posts (or important guest posts, at least) that need to be converted.

I'll PM you my details Smile
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 5:02 pm Reply with quote Back to top

Well if you're not concerned about thise posts, then set the anonymous user to ZERO. Then, change thos large numbered user_id's to what they should be. Then, run this sql statement in phpMyAdmin

ALTER TABLE nuke_users auto_increment=XXX

where XXX is the next user_id to be issued.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
annadoodle
New Member
New Member


Joined: Oct 02, 2003
Posts: 6

PostPosted: Thu Oct 02, 2003 8:20 pm Reply with quote Back to top

Hi Raven,

That seems to have done the trick Smile I've just signed up a test account and it worked fine.

Thanks so much!

Anna
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Oct 02, 2003 8:36 pm Reply with quote Back to top

Cool Glad to have been of help!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 3:00 pm Reply with quote Back to top

Raven, I am having this same problem. As if I didn't have enough already.

Where do I run the sql statement from? I don't see a field to enter the command.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 3:02 pm Reply with quote Back to top

Unless you've converted a stand alone phpbb database, you should not be having this isse, but you run the command from phpMyAdmin in the SQL window.


Last edited by Raven on Sun Oct 26, 2003 3:08 pm; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 3:05 pm Reply with quote Back to top

I did convert from a standalone. Wink Thats' the problem, I'm in myphphadmin, and dont see a sql window.
View user's profile Send private message
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 3:06 pm Reply with quote Back to top

forget it. brain fart.
View user's profile Send private message
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 3:36 pm Reply with quote Back to top

Ok, registration works, this still doesn't. I entered the command, and no dice.

Also, when users register for the board, they can not access the forum. It's showing them as registered for the forum, and they are active users, but when they goto login, they are brought to the account page.

Sooooo close!
View user's profile Send private message
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 4:49 pm Reply with quote Back to top

Hi Raven. This fix didn't work. Do you think this is also the reason why people who register can not access the forum?

I loaded the sql statement and it stil gives a user id of: 2147483647
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 8:03 pm Reply with quote Back to top

There's more to the fix than just that! You have to also change the anonymous user_id from -1 to zero and THEN apply the SQL statement.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 8:09 pm Reply with quote Back to top

HA. ok let me try that
View user's profile Send private message
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 8:16 pm Reply with quote Back to top

It's official, i'm naming my first born Raven!

Gaylen, you are amazing. My site is now finished.

Can you please register to make sure it works? I did, but that's not a valid test.

I will alkso be sure to link to you!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 8:20 pm Reply with quote Back to top

Works perfectly (of course Laughing ). Please delete the user Raventest. Thanks.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
jondvb
Regular
Regular


Joined: Oct 25, 2003
Posts: 67

PostPosted: Sun Oct 26, 2003 8:35 pm Reply with quote Back to top

You rock, thanks!
View user's profile Send private message
kevinwales
New Member
New Member


Joined: Apr 12, 2004
Posts: 3

PostPosted: Mon Apr 12, 2004 12:32 pm Reply with quote Back to top

i've converted my users from phpbb to phpnuke and i've tried what raven has said and it doesn't seem to have worked.
i was wondering if raven could go into myphpadmin to correct it? thanks very much as a few people want to sign up to my site!
View user's profile Send private message
kevinwales
New Member
New Member


Joined: Apr 12, 2004
Posts: 3

PostPosted: Mon Apr 12, 2004 1:41 pm Reply with quote Back to top

actually, i've tried making an account and it worked after messing round in phpmyadmin! thanks very much!
View user's profile Send private message
kevinwales
New Member
New Member


Joined: Apr 12, 2004
Posts: 3

PostPosted: Mon Apr 12, 2004 2:01 pm Reply with quote Back to top

and it isn't working again now! Shocked
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum