Before running the Import plugin, please increase the 'maximum_execution_time' php directive value at least to 30 minutes
It seems they have a timeout of 2 mins so they are going to create a custom php file for us. Ill share some more information as it comes
See if changing the timeout helps if its not the cron settings.
i ran cron and noticed any time i enable data exporter it causes this error to be at the top of all my oxwall pages:
* @package ow_plugin.data_exporter * @since 1.0 */ $plugin = OW::getPluginManager()->getPlugin('dataexporter'); OW::getRouter()->addRoute(new OW_Route('dataexporter_export', 'admin/plugins/dataexporter/', 'DATAEXPORTER_CTRL_Admin', 'export'));
any clue on how to fix it? i need to export this soon