NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·PHPNuke 8 security worries
·PHP-Nuke SQL Injection Vulnerability Fix
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: GiLli
Today: 0
Yesterday: 2
Overall: 15104

Visitation:
Guests: 479
Members: 0
Total: 479


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Nuke Sites Link Directory
Nuke Sites Link Directory

NukeResources :: View topic - Converting phpBB to Nuke
NukeResources Forum Index

NukeResources Forum Index -> Upgrading PHP-Nuke -> Converting phpBB to Nuke Goto page 1, 2  Next
Post new topic  Reply to topic    View previous topic :: View next topic 
Converting phpBB to Nuke
PostPosted: Tue Jan 10, 2006 6:52 pm Reply with quote
Namariel
Resource Seeker
Resource Seeker
 
Joined: Jan 10, 2006
Posts: 2




The only script I can find to convert my current phpBB forums to Nuke is for version 6.5 found here.http://www.nukeresources.com/download-file-434.html
Will that work with phpBB2 v 2.0.18 stand alone and Nukephp 7.9 bbtonuke .19?
View user's profile Send private message
PostPosted: Thu Jan 12, 2006 2:01 am Reply with quote
BigRed01
Resource Seeker
Resource Seeker
 
Joined: Jan 11, 2006
Posts: 12




I to am interested. Running current version of phpbb and just purchased php-nuke 7.9. My board is 2 yrs old and dont want to start over. I would like to try this out fiorst before uploading to my live board. Using xampp for all my testing.
View user's profile Send private message
PostPosted: Thu Jan 12, 2006 9:39 pm Reply with quote
Namariel
Resource Seeker
Resource Seeker
 
Joined: Jan 10, 2006
Posts: 2




I ran the scripts and they worked.
View user's profile Send private message
PostPosted: Fri Jan 13, 2006 2:12 am Reply with quote
BigRed01
Resource Seeker
Resource Seeker
 
Joined: Jan 11, 2006
Posts: 12




Yup me too. Easier than I thought.
View user's profile Send private message
PostPosted: Wed Jan 25, 2006 6:23 pm Reply with quote
racerx8413
Resource Seeker
Resource Seeker
 
Joined: Jan 25, 2006
Posts: 2




Cool. I just need to get mine to work now lol.
View user's profile Send private message
PostPosted: Thu Feb 09, 2006 3:21 pm Reply with quote
sedrikk
Resource Seeker
Resource Seeker
 
Joined: Feb 09, 2006
Posts: 8




I try running this script and on the step where it is supposed to update, all I get is a white screen. It is not actually doing anything. I am upgrading from phpbb 2.0.18 standalone to php-nuke 7.9 with the included BBtoNuke version 2.0.17.
View user's profile Send private message
PostPosted: Sun Feb 19, 2006 7:48 pm Reply with quote
BigRed01
Resource Seeker
Resource Seeker
 
Joined: Jan 11, 2006
Posts: 12




I'm having issues trying to restore backups that i've made after the import. I'm getting #1064 errors from phpMyAdmin.
View user's profile Send private message
PostPosted: Sun Feb 19, 2006 11:29 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




1064 indicates a syntax error in your SQL file
You would have to post it and show us the specific error message you are getting

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Mon Feb 20, 2006 4:56 pm Reply with quote
BigRed01
Resource Seeker
Resource Seeker
 
Joined: Jan 11, 2006
Posts: 12




Quote:
BigDump: Staggered MySQL Dump Importer ver. 0.21b
Processing file: nuke1.sql

Starting at the line: 1

Error at the line 37: ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

Query: CREATE TABLE `nuke_autonews` ( `anid` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `aid` varchar(25) collate latin1_general_ci NOT NULL default '', `title` varchar(80) collate latin1_general_ci NOT NULL default '', `time` varchar(19) collate latin1_general_ci NOT NULL default '', `hometext` text collate latin1_general_ci NOT NULL, `bodytext` text collate latin1_general_ci NOT NULL, `topic` int(3) NOT NULL default '1', `informant` varchar(25) collate latin1_general_ci NOT NULL default '', `notes` text collate latin1_general_ci NOT NULL, `ihome` int(1) NOT NULL default '0', `alanguage` varchar(30) collate latin1_general_ci NOT NULL default '', `acomm` int(1) NOT NULL default '0', `associated` text collate latin1_general_ci NOT NULL, PRIMARY KEY (`anid`), KEY `anid` (`anid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

MySQL: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL default '', `title` varcha

Stopped on error


I dont get this error when using phpMyAdmin on my own machine with xammp.
View user's profile Send private message
PostPosted: Mon Feb 20, 2006 10:55 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




The code "collate latin1_general_ci" is not needed. I don't know why your SQL has include them

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Tue Feb 21, 2006 2:14 am Reply with quote
BigRed01
Resource Seeker
Resource Seeker
 
Joined: Jan 11, 2006
Posts: 12




I'll have to post it later, i did take that out and it just errors some place else.
View user's profile Send private message
PostPosted: Wed Feb 22, 2006 6:55 pm Reply with quote
BigRed01
Resource Seeker
Resource Seeker
 
Joined: Jan 11, 2006
Posts: 12




Ok now i think it might be phpmyadmin on xampp that might be messing up the backups.
View user's profile Send private message
PostPosted: Thu Mar 02, 2006 1:45 am Reply with quote
dolaugh
Resource Seeker
Resource Seeker
 
Joined: Mar 01, 2006
Posts: 8




Several questions on this transfer.

What does it mean to

1). "Set the correct path to your perl binary modifying the first line of each script."

2). I tried running the first script, got the following MySQL error,

"Can't connect to local MySQL server through socket '/tmp/mysql.sock' (46) at /cgi-bin/phpBBusers2nukeusers.pl line 35

My phpBB forum was auto-generated by Yahoo and so it has an auto generated user id and password. The Nuke 7.8 was manually created by myself and I assigned the user name and password.

Any help would be appreciated.

Ron
View user's profile Send private message
PostPosted: Thu Mar 02, 2006 10:43 pm Reply with quote
dolaugh
Resource Seeker
Resource Seeker
 
Joined: Mar 01, 2006
Posts: 8