PDA

View Full Version : What's the best way to copy big threads?



Chris-777
Sat 14th Jun '08, 11:31am
I have a few posts on my forum with well over 1,000 replies that I'd like to make archive copies of. However any attempt to actually copy them to another forum always times out.

Is there a better way to do this, or a way to do it directly from MySQL?

Jake Bunce
Sat 14th Jun '08, 1:44pm
You really have to use the copy feature in the software. Try adding this line to your includes/config.php file to increase the timeout:



ini_set('max_execution_time', 5000);