jpSimkins / Drupal2WordPress-Plugin

WordPress plugin for importing Drupal
51 stars 20 forks source link

Progress is not displaying #15

Closed jpSimkins closed 8 years ago

jpSimkins commented 8 years ago

Progress is not displaying to show user what actions are being processed. This makes it difficult to tell if the script is frozen or working still.

jpSimkins commented 8 years ago

This was due to PHP Sessions. I now close the session before the heavy processing is done. This is a fix until I remove PHP Sessions from the system.