Forums

DMSGuestbook
Error: "Cannot send session cache limiter" (4 posts)

  1. csigncsign
    Member
    Posted 1 year ago #

    Hi,

    I have always an error, when editing entries of the guestbook, or when making them visible:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/25/d13574424/htdocs/multisites/wp-content/plugins/dmsguestbook/admin.php:3464) in /homepages/25/d13476524/htdocs/multisites/wp-content/plugins/easy-contact/econtact.php on line 112

    I use WordPress 3.0.1 as a multisite system, with the newest DmsGuestbook plugin.

    The guestbook works, but this error is annoying!

    http://wordpress.org/extend/plugins/dmsguestbook/

  2. DanielSchurter
    Member
    Posted 1 year ago #

    Hi csigncsign

    You can add this code at the beginning of econtact.php:
    ini_set('display_errors', '0');

    That should shut off this warning.

    More information: http://php.net/manual/en/errorfunc.configuration.php

    Greetings,
    Dani

  3. csigncsign
    Member
    Posted 1 year ago #

    Thanks,

    but I have not econtact.php-file within the dmsguestbook-folder.

    ?

  4. DanielSchurter
    Member
    Posted 1 year ago #

    You can add that in your ../plugins/easy-contact/econtact.php or ../plugins/dmsguestbook/admin.php file.

    Attention: Insert ini_set('display_errors', '0'); after the open php tag <?php, otherwise it won't works.

    Greetings,
    Dani

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic