The users, categories, topics, gets imported. I get the timed out massage when I try to import the posts.

I am not sure if this is the source of the problem but I get the EM on the Execute migration step:

warning: set_time_limit() has been disabled for security reasons in /home/a8929488/public_html/modules/phpbb2drupal/phpbb2drupal.module on line 189

Can anything to be changed to fix this on the phpbb2drupal.module ?

Comments

naheemsays’s picture

not easily - it would need toe full batch api to be added, which is quite a big task and one that I failed at when I last tried.

Your other option is to install a local webserver such as wampserver, then do the import on your localserver in order to have the correct settings available (safe mode turns off the allowing of more time) and then do the import there.

(I assume the import fails within a few seconds? if you can increase the php script execution time for the server elsewhere, that would also be an option).

Also, if it times out, you should be able to just click import on that specific step and it should continue where it left of.

nagybal’s picture

Thank you for the reply. Unfortunately I don't know too much about PHP coding. I will give it a try with the local SQL server...

JeremyFrench’s picture

Status: Active » Closed (won't fix)

Mass close of D6 issues for this module as won't fix. Please see #1854186: Support for the 6.x branch.