I need a little help converting a EzBoard to phpBB.
I change the settings just like the readme said to:
// modify the following parameters where needed
$root_url = "http://pub57.ezboard.com/fleftbehindthekidsmbfrm1"; // points to ezboard forum (destination)
$forum_name = "General"; // name of existing (empty) destination
$default_password = "password"; // default password to be assigned to all users
$max_executiontime = 4; // maximum allowed time to run script
$debug = "N"; // set to "Y" to print sql commands
$closeThreadImage="closeThread.gif"; // set to name of image used for closed threads
$multiple_pages = "Y"; // set to "Y" if forum contains > 1 pages
$strip_html = "N"; // set to "Y" to strip (most) html from bodytext
$strip_crlf = "Y"; // set to "Y" to strip cr/lf from bodytext (most useful when strip_html is "N")
The error message I get when I run this script is:
Warning: fopen("http://pub57.ezboard.com/fleftbehindthekidsmbfrm1?page=1","r") - No such file or directory in /users/coolfreepages.com/lbkfanforums/phpBB2/admin/ezboard.convert.php on line 114
ERROR: http://pub57.ezboard.com/fleftbehindthekidsmbfrm1?page=1 could not be opened sql_error: Table 'DB_nac11551.phpbb_ezboard_conversion' doesn't exist
I tried this converter on my local machein, but it won’t work on the web. If anybody could help, it would be greatly apprecated.
ezboard_2.zip (15.8 KB)
ezboard_2.zip (15.8 KB)