• Resolved Daryle

    (@daryledickens)


    When activating this plugin I get the following error message up in the header area of the site:

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home3/daryle27/public_html/farm/wp-content/themes/twentyfourteen/header.php:13) in /home3/daryle27/public_html/farm/wp-content/plugins/beds24-online-booking/beds24-online-booking.php on line 62

    Tried it with multiple themes and with all other plugins deactivated but still get that error. Hoping for a fix.

    Thanks

    https://www.ads-software.com/plugins/beds24-online-booking/

Viewing 2 replies - 1 through 2 (of 2 total)
  • We are aware of this and will fix it with the next update. You can manually fix it when you click on “Plugins” in your right hand WordPress menu. Go to “Beds24 Online Booking” and click on edit. This should open the file beds24-online-booking/beds24-online-booking.php

    Scroll down the code until you find this line:

    session_start();

    comment it out like this:

    // session_start();

    then save.

    Plugin Author markkinchin

    (@markkinchin)

    Problem solved with latest update

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message when plugin activated’ is closed to new replies.