Viewing 1 replies (of 1 total)
  • Plugin Author Steve

    (@stvwhtly)

    Hi,

    This can be fixed by modifying the manage.php file and replacing:

    <?php $total = cal_days_in_month(CAL_GREGORIAN, $month, $this->year); ?>

    with:

    <?php $total = intval( date( 't', mktime( 0, 0, 0, $month, 1, $this->year ) ) ); ?>

    This will be modified when 0.2.3 is released.

    Thanks for notifying me of this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Availability Calendar] Fatal error’ is closed to new replies.