Okay what errors? _________________ Evaders99 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
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?
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 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
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?
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 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
Hmm alright, do you have a user id #1 in phpbb_users ? _________________ Evaders99 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
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 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
Posted: Tue Dec 19, 2006 1:00 am Post subject: converting phpbb to phpnuke platinum
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
Does your phpBB version match your phpNuke forums version?
Are you using addons or customizations to the forums? _________________ Evaders99 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
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?
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