• I managed to install, activate and configure the calendar ok.
    I created a page using the correct tag as in the guide. I got the calendar up and able to (try to) book. When I click “Save”, I get error

    Available Time For passport On: 2012-03-26 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 35 bytes) in /customers/d/9/f/tipsko.nl/httpd.www/wordpress/wp-content/plugins/appointment-calendar/booking-form.php on line 151

    any idea what’s wrong?

    thanks a lot in advance.

    http://wordpress.org/extend/plugins/appointment-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author a.ankit

    (@aankit)

    Try changing the service name back to ‘Haircut’ and see it the booking goes through…

    A minor update is coming up which will fix this issue.

    -Ankit

    Thread Starter kaew2516

    (@kaew2516)

    Hi Ankit

    Thanks so much for your reply.

    I actually installed WP (same plug-in) on another ISP afterward and I didn’t get the same error. May be something to do with ISP (I read someone mentioned that on one of the forums)

    but then I came across another issue, Would you be able to help me?
    I posted it here http://wordpress.org/support/topic/plugin-appointment-calendar-time-not-displayed-after-clicking-on-date-to-book?replies=2#post-2682355

    thanks so much in advance,

    Hi ankit,
    I have a wesbite where i using your plugin. it works fine in firefox and chrome but does not show events in IE(6,7,8).
    Here is the link

    http://www.dtautospa.com/check-availablity

    Hi ankit update the plugin with small modification for the issue of service name back to ‘Haircut’.
    In the file ‘booking-form.php’ on line number 84 replace the code with the following,

    echo ‘<option value=”‘.$r->service_name.'”>’.$r->service_name.'</option>’;

    Thank you for your useful plugin.

    Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Kitty,

    We got the problem:

    <select id=”service” name=”service”>
    <option selected=”selected” value=”-1″>Select Service</option>
    <option value=”Haircut”>Haircut</option>
    <option coloring=”” value=”Hair”>Hair Coloring</option>
    </select>

    Thank you so much kitty for your great support.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Appointment Calendar] Fatal error: Allowed memory size of 67108864 bytes exhausted’ is closed to new replies.