Closed (won't fix)
Project:
phpBB2Drupal
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 10:22 UTC
Updated:
5 Feb 2013 at 16:51 UTC
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
Comment #1
naheemsays commentednot 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.
Comment #2
nagybal commentedThank 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...
Comment #3
JeremyFrench commentedMass close of D6 issues for this module as won't fix. Please see #1854186: Support for the 6.x branch.