• ftstone

    (@ftstone)


    Hey,

    I just moved my wordpress site from a local install to my server, and this is how he shows up

    archclimbingwall.com

    The image do not appear, and I presume it’s because the path is badly specified as it is still specified under the local path. I know how to change it but I can log onto my dashboard, when I try to on on

    https://archclimbingwall.com/wp-login.php
    I get this at the top

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-login.php on line 343
    (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in
    Warning: Cannot modify header information – headers already sent by /home/archclim/public_html/wp-login.php on line 349

    And when I put my credential to login I get even more and no dashboard

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-login.php on line 343

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-login.php on line 349

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-includes/pluggable.php on line 669

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-includes/pluggable.php on line 670

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-includes/pluggable.php on line 671

    Warning: Cannot modify header information – headers already sent by (output started at /home/archclim/public_html/wp-content/themes/sliding-door/functions.php:1) in /home/archclim/public_html/wp-includes/pluggable.php on line 866

    Can somebody help?

    I know this type of error is suppose to be cause by blank space before/ater <?php an ?> but it is not the case in my documents

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    Thread Starter ftstone

    (@ftstone)

    I have tried this and it doesnt seem to change anything

    esmi

    (@esmi)

    Look again. The issue is in your theme’s functions.php file.

    Josh

    (@josh401)

    What program are you using to look at the code? If you use notepad or wordpad, it will sometimes add extra space when transferring to your website.

    At the very beginning of your functions.php file, you will see <?php.

    Place your cursor just to the left of the < and hit backspace a bunch of times on your keyboard. Make sure there is NO white space before the <.

    Also, do the same at the very end of your functions.php file. You will see ?>. Place your cursor just to the right of the > and hit “delete” on your keyboard a bunch of times.

    The idea is to remove ALL empty spaces both before and after your php code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot modify header information – headers already sent by’ is closed to new replies.