meanwhile I checked:
PHP Version : 5.4.35 / 32Bit OS
Memory limit : 120 MB
Memory usage : 16.73 MB
and deactivated all other plugins
now, calendar shows again on calendar page, but
(-switching back to November createt a blank page for several times
now it works)
-all entries don’t show up
-month-view cannot be changed in frontend
and in widget-area:
-calendar-widget doesn’t show up
-all other widgets after calendar-widget don’t show up
changed from twenty-twelve-child to twenty-fourteen:
in frontend calendar-view can be changed, but
-still no entries
switching back to twenty-twelve-child:
-in front-end, again calender-view cannot be changed
https://wordpress.org/support/topic/version-a-eviter-totalement?replies=6
solved all my problems…
may be this french topic should be renamed or the
define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false );
command should be included as standard for all updates?
thanks…
Fact is that having
define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false );
actually breaks compatibility with child themes and actually we had lots of reports when we released 2.1.6 by mistake with that option set to false. I don’t think that threads can be renamed unfortunately.
@ nicola.peluchetti
thanks for answering…
as inserting:
define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false );
into a twenty-twelve-child and a twenty-fourteen-child solved my problems on both sites,
I recommend to inform people updating like this:
if you discover problems after updating to 2.1.8,
try this within your all-in-one-event-calendar.php:
define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false );
$ai1ec_base_dir = dirname( __FILE__ );
$ai1ec_base_url = plugins_url( ”, __FILE__ );
$ai1ec_config_path = $ai1ec_base_dir . DIRECTORY_SEPARATOR . ‘app’ .
DIRECTORY_SEPARATOR . ‘config’ . DIRECTORY_SEPARATOR;
etc.etc.
there is no a big issue, i have done it and it is working well 🙂
just run this query in your database:
UPDATE wp_ai1ec_events SET timezone_name=’America/New_York’
actually in updated plugin, there is a new field of timezone, and before this version there was no field so this field showing null data in database and error is appearing because of it
in this query set your own time zone, i personally set ‘America/New_York’
UPDATE wp_ai1ec_events SET timezone_name=’America/New_York’
@asif ata
thanks for writing to this post…
as this problem has been resolved by myself reading another french post, I’m not sure whether you answered to the right post…