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?
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.
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.
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.
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.