• Hi all,
    My WordPress expertise and skills are very limited and I’ve been trying to go into my WordPress Dashboard but I have been receiving this error message:

    Warning: Cannot modify header information – headers already sent by (output started at /home/frasl/public_html/bellamakeupartist.com/wp-content/themes/smartone/functions.php:934) in /home/frasl/public_html/bellamakeupartist.com/wp-includes/pluggable.php on line 897

    Can someone help me and/or guide me how to solve this problem without loosing any of my contents, blogs, videos, etc…?
    Highly appreciated…

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    Thread Starter kodovizon02

    (@kodovizon02)

    It was not helpful at all.

    Thread Starter kodovizon02

    (@kodovizon02)

    Hi all,
    My WordPress expertise and skills are very limited and I’ve been trying to go into my WordPress Dashboard but I have been receiving this error message:

    Warning: Cannot modify header information – headers already sent by (output started at /home/frasl/public_html/bellamakeupartist.com/wp-content/themes/smartone/functions.php:934) in /home/frasl/public_html/bellamakeupartist.com/wp-includes/pluggable.php on line 897

    Can someone help me out and/or guide me how to solve this problem without loosing any of my contents, blogs, videos, etc…?
    Highly appreciated…

    Solving “headers already sent” warnings

    Hint: Try checking your theme’s functions.php file.

    Thread Starter kodovizon02

    (@kodovizon02)

    How am I going to check my theme’s functions.php file when I cant’ get into my Dashboard page?

    Moderator t-p

    (@t-p)

    you can access functions.php via FTP or SFTP or whatever file management application your host provides

    Thread Starter kodovizon02

    (@kodovizon02)

    Thank you

    I went into my file manager I clicked a few buttons (public_html/mydomain name/wp-content/themes/chip-life/) but still do not know what/where else I should be clicking/doing to solve this issue.

    Would you know what else I should be looking/searching for or clicking at?

    Highly appreciated..

    I’ve just solved this problem on a site I’ve been working on here’s what was causing my problem.

    In a custom functions.php file I had accidently added one extra space after a closing ?> tag. I found this by checking every opening <?php tag before the tag and then checked every closing ?>tag and found the sneaky extra space.

    Deleted the space and refreshed the page and everything now works as it should do.

    You can find your functions.php file in your theme folder. You can access from an FTP account because it’s one of the only files not available through the appearance editor.

    Hope this helps some people out there, check carefully and hunt every extra space and delete them all from before and after the <?php ?> tags

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘I Can't have access to my WordPress Dashboard’ is closed to new replies.