Hi,
We have mega slider (7.x-2.18) installed. When we try to recreate existing feature or create new feature, site crashed as it try to run install hook of different modules (captcha, contact etc). If we disable the megaslider, we can create/recreate feature without any issues. Basically, in md_slider.features.inc file, if we change like below, site doesn't crash.
/**
* implements hook_features_export_option()
*/
function md_slider_features_export_options() {
return array();
$options = array();
//foreach(MDSlider::get_all() as $slider)
// $options[$slider->machine_name] = $slider->title;
return $options;
}
But I guess commenting those lines make md_slider unexportable in feature.
Thanks,
-Pradip Shrestha
NIBIB Web Team
Hi,
Could you send us your site url, admin account and FTP account? We would like to have a check.
Please remember to check "Private message' for security reason :)