Viewing 3 replies - 1 through 3 (of 3 total)
  • Just a note.. there are conflicts with other plugins.
    With this plugin… if you try and run another calendar plugin at the same time there are problems.
    Try deactivating some plugins that may be similar, will help you figure it out.
    This plugin is no longer supported by the original author. The recent update , by somebody else, was only to make some minor advertising additions. It hasn’t really been updated since 2012-2013.

    Good luck.

    In this particular case, the error message is because of poor coding. See my post at: wordpress.org/support/topic/a-couple-of-code-fixes-for-eran-miller to see how to fix it.

    I would also recommend after making the code changes I listed that you change the version numbers for the plugin to a high number, like 100.100.100 so that the fixes don’t get overwritten by updates until you are absolutely sure that any new updates have addressed all these problems. Make the following changes to do this…

    File: ajax-event-calendar.php
    Line: 6
    Version: 100.100.100

    File: ajax-event-calendar.php
    Line: 41
    define('AEC_VERSION', '100.100.100');

    Thanks for your input and the other posts that you have provided.

    Obviously you are quite experienced in WP PHP etc…
    And it’s great for the fixes you have mentioned.

    Other than you, thankfully, there is no real support.

    Luckily for me it is still working… I’ve done lots of mods with my limited experience.

    But yet there are still problems with ‘hooks’ and conflicts with other plugins… for example.. the ‘real’ Events Manger plugin that has over a million downloads and fully supported, even for the free users.

    I was able to fix that problem with the conflict… but it still resides with this unsupported plugin that is causing the problem.

    If you have a chance.. maybe you with your knowledge can address my new post about another problem… you are already a champion in my opinion for helping out here… far better than the “new” author.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘AJAX Event Calendar Plugin not working’ is closed to new replies.