SW:Rebellion NetworkHosted by the SW:Rebellion Network
Welcome to Evaders Squadron Coding [ESC]
Need help running your HTML, PHP, ASP website? - Evaders Squadron Coding - Webmaster Services
Home Forums Nuke Patched Core Coding Services Webmaster Services Personal
  Login/Create an Account    

Forums
· Forums FAQ
· Search
· Usergroups
· Profile
· Private Messages

Support Us
This site runs with your support. Please donate:

User Info/Login
Welcome, Anonymous
Nickname
Password
Security Code: Security Code
Type Security Code

(Register)
Membership:
Latest: Commodore_Andrews
New Today: 0
New Yesterday: 0
Overall: 9107

People Online:
Visitors: 19
Members: 0
Total: 19

Link to Us

Affliates
RPG Boards Hosting

Evaders Squadron Coding [ESC] :: View topic - phpBB2phpNuke
phpBB2phpNuke
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
 
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Coding Services
View previous topic :: View next topic  
Author Message
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Fri Dec 08, 2006 3:18 pm    Post subject: Reply with quote

ran and still same problem. tried through Your Account too. still nothing in the nuke_users table
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Fri Dec 08, 2006 5:15 pm    Post subject: Reply with quote

Okay what errors?
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Fri Dec 08, 2006 5:52 pm    Post subject: Reply with quote

if go through "Your account" and try to log in, i get incorrect login error

if i go through the forum and log in, i get:

Code:
Error in obtaining userdata

DEBUG MODE

SQL Error : 1054 Unknown column 'user_last_login_try' in 'field list'

SELECT user_id, username, user_password, user_active, user_level, user_login_tries, user_last_login_try FROM nuke_users WHERE username = 'test'

Line : 69
File : login.php


i assume this is because i have no users in the database at the moment. how do i go about transferring the user data from the old board to the new one? do i simply re-run your script?
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Sat Dec 09, 2006 12:19 am    Post subject: Reply with quote

It seems to be missing some forums changes to the tables. Which could be why the users are not transfering correctly.

Another SQL to run in phpMyAdmin
Code:

ALTER TABLE nuke_users ADD COLUMN user_last_login_try int(11) DEFAULT '0' NOT NULL;

_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Sat Dec 09, 2006 4:26 am    Post subject: Reply with quote

done. tried to log in to the forum section now and i get:

Code:
You have specified an incorrect or inactive username, or an invalid password.

Click Here to try again

Click Here to return to the Index


rather than the earlier error.

not sure where it could have wrong as i followed through the upgrades as you recommended.
Back to top
View user's profile Send private message
JoAnne
Newbie
Newbie


Joined: Oct 16, 2005
Posts: 13
Location: NYC

PostPosted: Sun Dec 10, 2006 10:57 am    Post subject: Reply with quote

Hey Evaders99

I was grabbing the BBToNuke upgrades from the CVS so I could install them manually, but then realized that they are on 7.6 and I have 7.8..... does that matter?

Thanks

JoAnne ~
Back to top
View user's profile Send private message Visit poster's website AIM Address
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Sun Dec 10, 2006 10:24 pm    Post subject: Reply with quote

@mads

So you get the same errors with the phpbb2phpnuke script?
If not, post them here.

@JoAnne

No it doesn't matter. They work on all versions 7.5 - 7.8
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Mon Dec 11, 2006 6:45 pm    Post subject: Reply with quote

re-ran the script and get the following message:

Code:
Dumping previous phpNuke users data


Inserting phpBB users data into phpNuke
Error inserting data from nuke_users to phpbb_users - Duplicate entry '1' for key 1


Updating phpNuke users user_level


Updating phpNuke users user_regdate


Dumping previous forums data


Reseting phpNuke bad banlist table structure (Not critical, don't worry if errors)
Error reseting phpNuke bad nuke_bbbanlist table structure - Can't DROP 'ban_time'; check that column/key exists


Reseting phpNuke bad ranks table structure (Not critical, don't worry if errors)
Error reseting phpNuke bad nuke_bbranks table structure - Can't DROP 'rank_max'; check that column/key exists


Inserting phpBB forums data into phpNuke
Error inserting data from phpbb_search_wordlist to nuke_bbsearch_wordlist - Duplicate entry 'café' for key 1


Reseting phpNuke default_style


Reseting phpNuke smilies path


Reseting phpNuke anonymous posts


Reseting gzip compress settings


Emptying phpNuke session data
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Tue Dec 12, 2006 12:40 am    Post subject: Reply with quote

Hmm alright, do you have a user id #1 in phpbb_users ?
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Tue Dec 12, 2006 1:22 pm    Post subject: Reply with quote

yes, a 1 and a -1
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Tue Dec 12, 2006 3:14 pm    Post subject: Reply with quote

Alright you shouldn't have a user_id 1. I will have to work on this and see if I can come up with a fix
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Wed Dec 13, 2006 1:58 pm    Post subject: Reply with quote

Evaders99 wrote:
Alright you shouldn't have a user_id 1. I will have to work on this and see if I can come up with a fix


thanks Evaders99, appreciate it
Back to top
View user's profile Send private message
BigE
Newbie
Newbie


Joined: Dec 19, 2006
Posts: 1

PostPosted: Tue Dec 19, 2006 1:00 am    Post subject: converting phpbb to phpnuke platinum Reply with quote

al my members got imported but not the forums this is the error I got running the script any help would be appreciated

Dumping previous phpNuke users data


Inserting phpBB users data into phpNuke


Updating phpNuke users user_level


Updating phpNuke users user_regdate


Dumping previous forums data


Reseting phpNuke bad banlist table structure (Not critical, don't worry if errors)
Error reseting phpNuke bad nuke_bbbanlist table structure - Can't DROP 'ban_time'. Check that column/key exists


Reseting phpNuke bad ranks table structure (Not critical, don't worry if errors)
Error reseting phpNuke bad nuke_bbranks table structure - Can't DROP 'rank_max'. Check that column/key exists


Inserting phpBB forums data into phpNuke
Error inserting data from phpbb_auth_access to nuke_bbauth_access - Column count doesn't match value count at row 1
Error inserting data from phpbb_forums to nuke_bbforums - Column count doesn't match value count at row 1
Error inserting data from phpbb_groups to nuke_bbgroups - Column count doesn't match value count at row 1
Error inserting data from phpbb_posts to nuke_bbposts - Column count doesn't match value count at row 1
Error inserting data from phpbb_privmsgs to nuke_bbprivmsgs - Column count doesn't match value count at row 1
Error inserting data from phpbb_topics to nuke_bbtopics - Column count doesn't match value count at row 1
Error inserting data from phpbb_vote_desc to nuke_bbvote_desc - Column count doesn't match value count at row 1


Reseting phpNuke default_style


Reseting phpNuke smilies path


Reseting phpNuke anonymous posts


Reseting gzip compress settings


Emptying phpNuke session data


DONE!
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3063
Location: USA

PostPosted: Tue Dec 19, 2006 11:46 am    Post subject: Reply with quote

Does your phpBB version match your phpNuke forums version?
Are you using addons or customizations to the forums?
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
mads
Newbie
Newbie


Joined: Nov 19, 2006
Posts: 12

PostPosted: Fri Jan 12, 2007 2:37 am    Post subject: Reply with quote

Evaders99 wrote:
Alright you shouldn't have a user_id 1. I will have to work on this and see if I can come up with a fix


Hi Evaders, I know you're probably busy with other stuff.. I just wondered if you'd come up with a fix though? Would it help by deleting the user_id 1 or would that cause more problems?

thanks Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Coding Services All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 6 of 10

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

^Top
Home Your Account Forums Downloads F.A.Q. Submit News Hosting Contact Us

© 2005 - 2007 by Evaders99. All Rights Reserved.
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters.
You can syndicate our news using the file backend.php
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 5.49 Seconds