• I’m getting the below error thrown in the php error.log.
    It only goes away after I deactivate the SAASPROJECT Booking-Package plugin.

    PHP Warning: session_start(): Session cannot be started after headers have already been sent in …../public_html/wp-content/plugins/booking-package/lib/Nonce.php on line 15

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MASAAKI

    (@masaakitanaka)

    Hello,

    If a Warning related to session_start is displayed, please go to Booking Package > General Settings and select the URL containing the ajax.php file name in the “Select the URL for AJAX on the public page” option.

    Thank you.

    Thread Starter stevedtx99

    (@stevedtx99)

    So, I tried the different combinations of URLs on the General Settings screen for Booking-Package, but it didn’t stop the error being generated.

    I also noticed that it’s being generated exactly every 5 minutes, which I believe is the same cycle that my primary cron job is running for the wp-cron.php job.

    Plugin Author MASAAKI

    (@masaakitanaka)

    We are unable to directly identify which event running in wp-cron.php is affecting the Booking Package plugin. Please review the settings for the event running every 5 minutes and consider making any necessary adjustments.

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

The topic ‘PHP Warning: session_start(): Session cannot be started….’ is closed to new replies.