• Resolved beda69

    (@beda69)


    HI
    i am getting following error message when i try to load my webpage https://www.yoonect.com
    this happened after i changed some code lines in the “all in one admin bar pug in” scripts (following instructions of plugin author)
    since i made this changes, i deleted the plugin following the plugin authors advice, and logged out.
    since then i get this error message: (database name modified)
    ” Warning: Cannot modify header information – headers already sent by (output started at /home/”xxxxx”/public_html/wp-config.php:1) in /home/”xxxxx”/public_html/wp-includes/pluggable.php on line 1121″

    does anybody have a solution?
    i am still logged in on safari, but on my second computer i am logged out and unable ti login back…..

    thank you, beda

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like you have a blank line before the opening <?php tag in the file /public_html/wp-config.php.

    PHP doesn’t like blank lines either before or after the opening and closing PHP tags, respectively, and will show that kind of error.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    If you don’t see a blank line, or a space, delete the first line and make sure it’s JUST <?php

    Thread Starter beda69

    (@beda69)

    thank you it was a huge space before <?php
    whoever the space was there, it worked as i canceled it and set <?php right in begin (left top of script)

    awesome, thanks guys.
    beda

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error message when loading website’ is closed to new replies.