PDA

View Full Version : Imports Users Fine, But 404's on Import threads?



drunkenwebmaster
Sat 27th Jan '07, 7:47am
Hi,


This is driving me nuts, I can get the users into vb but not the old threads or posts everytime I click the next module after the users are successfully installed it goes to the error "cannot display the webpage."

So I need to start the whole process again using the help.php, which has been done like 11 times now to no success.

I have a large phpbb database of over 70,000 members and 200,000 posts so it takes a good few hours to keep importing them...
It only lets me do no more than 200 records at a time any more that "cannot display the webpage." too

Any Ideas?

Steve Machol
Sat 27th Jan '07, 12:53pm
This may be a server time and/or memory limit. To temporarily up your limits edit your includes/config.php file and add these lines right under the <?php line:

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

drunkenwebmaster
Sun 28th Jan '07, 12:57pm
That worked thanks bud!

Steve Machol
Sun 28th Jan '07, 12:57pm
Glad to hear it. :)