• lkeels

    (@lkeels)


    It causes this error when wp-cron runs:

    Cannot send session cookie – headers already sent in [removed for privacy]/wp-content/plugins/loading-page/loading-page.php on line 16.

    UPDATE: Author provided a fix that solves the issue and will put out an updated version of the plugin with the fix incorporated. Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Please, follows the steps below:

    1. Open the “/wp-content/plugins/loading-page/loading-page.php” file with the text editor of your choice.

    2. Cut the line of code:

    if( session_id() == "" ) session_start();

    from the current location, and paste it just below the line of code:

    function loading_page_loading_screen(){

    and that’s all.

    Thank you very much for your comments. and please, give a new chance to the “Loading Page” plugin.

    Best regards.

    Thread Starter lkeels

    (@lkeels)

    Thank you. I’ve made this correction and will update you after the next run of wp-cron. If this is needed, why not release an update with the correction?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The issue was not reported previously. I’ll publish an update of the plugin with the modification, and other updates.

    Thank you very much.

    Thread Starter lkeels

    (@lkeels)

    The fix worked…thank you! Review updated to 5 stars.

    Plugin Author codepeople

    (@codepeople)

    Thank you very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Has a syntax error somewhere’ is closed to new replies.