php - Drupal "Joomla" Module batch issue -



php - Drupal "Joomla" Module batch issue -

i installed lately joomla module on drupal 7 migrate joomla drupal cms, problem have 8000 article on joomla, it's massive migration, i'm getting timeout problem , can't done. configured batch in import settings , increased delay 10 , rows 100. still same problem, looked joomla.module , found function:

function joomla_sleep($row_number) { if ($row_number % variable_get('joomla_delay_row', joomla_delay_row) == 0 ) { sleep(variable_get('joomla_delay_sec', joomla_delay_sec)); } }

i don't see whats wrong here, problem module or settings configured? plz help! if there's way implement improve batch api plz explain little bit because i'm new drupal , didn't understand integrate batch api on website in module have.

sounds either need alter settings in php.ini file or decrease batch size below 100.

can set batch size much lower, 5 , see if times out?

then gradually increment until find threshold @ point server can't handle doing.

php drupal joomla drupal-7 batch-processing

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -