• Resolved Digoloncois

    (@digoloncois)


    Hi, this morning i have problem with your plugin look :

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/piron084/public_html/wp-includes/option.php:1) in /home/piron084/public_html/wp-content/plugins/frontend-checklist/frontend-checklist.php on line 134

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/piron084/public_html/wp-includes/option.php:1) in /home/piron084/public_html/wp-content/plugins/frontend-checklist/frontend-checklist.php on line 134

    i not expert in wordpress, this erro block my acess for admin page.
    I dont have ideia how to acess my admin for instal the plugin.

    tks

    https://wordpress.org/plugins/frontend-checklist/

Viewing 1 replies (of 1 total)
  • Plugin Author JonasBreuer

    (@jonasbreuer)

    Hi there,

    this error message is saying, that there is an output in your wp-includes/option.php (line 1), which is stopping all other scripts to send custom headers. Frontend checklist seems to be the first script trying to send a header, therefore the warning is created in the plugin. However, the plugin is not causing the warning and it would be triggered in the next script, if the plugin were not installed.

    There should be no direct output in the option.php. The output in line 1 is an indicator that there is some unknown character there, which can happen while uploading, editing etc.

    Since this is a core file,I would recommend you download a fresh copy of WordPress and overwrite your option.php with the downloaded one. Backup the file first, just to be sure. Then, everything should work again.

    Cheers,
    Jonas

Viewing 1 replies (of 1 total)

The topic ‘erro in plugin’ is closed to new replies.