Known bugs with version 2.1.8 and possible solutions
-
Some of you are encountering bugs, like the calendar page which doesn’t render or errors with multi day events in month view.
Here is a list of what to try.
1) at the beginning of all-in-one-event-calendar.php on line 12 add
define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false ); to Enable Front end rendering2) force debug mode just for one or two requests. To do so add
define( ‘AI1EC_DEBUG’, true );
on line 12 ( or on line 13 if you used point 1 ) and then refresh the calendar page once or twice. this refreshes all caches ( TWIG, CSS and so on ) and has a BIG performance hit. So after 1 or 2 refreshes you must delete this.
3) switch themes. Go to Events -> Calendar Themes and then choose a different theme and switch back
4) fixes for events in month view: modify file app/view/calendar/view/month.php like in the image https://monosnap.com/image/fH82g6f1WzqkPwBjrYAvjUKle3exdC
Please do not respond to this thread and open new threads for bugs
- The topic ‘Known bugs with version 2.1.8 and possible solutions’ is closed to new replies.