To find out the cause of this issue, you can turn on WordPress debugging by editing you site’s wp-config.php file.
Replace
define('WP_DEBUG', false);
with
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
If define(‘WP_DEBUG’, false); is not in your wp-config.php file, add the four lines above the place where it says ‘That’s all, stop editing! Happy blogging.’
Once you have edited the wp-config.php file, try activating the plugin. Errors generated by this action should be written to a debug.log file in the wp-content folder. You can send the debug.log file to ‘support at maxfoundry’ (at = @). Mention ‘Plugin triggered a fatal error’ in the subject line.