Constants are case sensitive so you must use
define( 'AI1EC_THEME_COMPATIBILITY_FER', false );
and not
define('ai1ec_theme_compatibility_fer',false);
also try to add
define( 'AI1EC_DEBUG', true );
so that it looks
<?php
/**
* Plugin Name: All-in-One Event Calendar by Time.ly
* Plugin URI: https://time.ly/
* Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
* Author: Time.ly Network Inc.
* Author URI: https://time.ly/
* Version: 2.1.8
* Text Domain: all-in-one-event-calendar
* Domain Path: /language
*/
define( 'AI1EC_THEME_COMPATIBILITY_FER', false );
define( 'AI1EC_DEBUG', true );
just after the other constant