PDA

View Full Version : phpbb import problems



eclipse11
Mon 10th Dec '07, 5:07pm
hello,

im having trouble when importing phpbb2 to 3.6.8 Patch Level 2 but when it finished importing the posts it started to load very slow and now the index.php won't load at all, hasn't loaded all day... could anyone help me out?

i have:

ini_set('memory_limit', 32 * 1024 * 1024);
ini_set("max_execution_time", "240");

in my configs but still the same problem :(

the phpbb2 database is quite large and the vbulletin is a clean install, so i guess this would have something to do with it?

Number of posts: 45888
Number of topics: 22842
Number of users: 23445

thanks

Jerry
Mon 10th Dec '07, 5:51pm
That's not too big, lower your perpage to 500 for the users/posts/threads.

In ImpExConfig.php set :

define('dupe_checking', false);

remove all but the phpBB2 folder in impex/systems.

eclipse11
Mon 10th Dec '07, 11:49pm
thanks that did it :cool: