Forums

Availability Calendar
Settings Page Is Broken (3 posts)

  1. lurkmoar
    Member
    Posted 9 months ago #

    Settings page displays an entire page of the following string repeated over and over:
    [CheckBox] value="true" title="" alt="" /> >

  2. Design Spike
    Member
    Posted 8 months ago #

    The plugin is using both the short_open_tag for PHP and shorthand for echo, (i.e., =). Neither are implemented consistently across web hosts.

    To fix the plugin, open up manage.php and replace all instances of
    <?=
    to
    <?php echo

  3. Design Spike
    Member
    Posted 8 months ago #

    Just noticed calendar.php has the same problem. You'll want to do the same find and replace there as well.

Reply

You must log in to post.

About this Plugin

About this Topic