• Resolved abovocipher

    (@abovocipher)


    hello,

    I followed the directions on here:
    http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site

    but when I try to login(http://domain.com/wp-login.php) it gives me this on the log in screen:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/admin/public_html/wp-content/plugins/nextgen-gallery/widgets/widgets.php:989) in /home/admin/public_html/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 121
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/admin/public_html/wp-content/plugins/nextgen-gallery/widgets/widgets.php:989) in /home/admin/public_html/wp-login.php on line 287
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/admin/public_html/wp-content/plugins/nextgen-gallery/widgets/widgets.php:989) in /home/admin/public_html/wp-login.php on line 299

    I moved my gf’s site before and had no problems, so I’m pretty confused how to get past this step. the original files are still there http://domain.com/wp and then i moved it outside of the wp folder.

    Any help or suggestions would be great, thanks.
    -jeff

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter abovocipher

    (@abovocipher)

    looks like this got corrupted when i transfered it:
    /home/admin/public_html/wp-content/plugins/nextgen-gallery/widgets/widgets.php:989

    so i found the original and copied over that file and worked. had a couple other errors that were similar but followed the same steps and worked for me.

    Had a similar issue. Didn’t move the files, but I did copy, re-copy a few times. I had also setup nggalley in my theme directory, http://nextgen.boelinger.com/templates/ . My error was as follows:

    Warning: Cannot modify header information – headers already sent by (output started at /home/me/public_html/myrealtysite/wp-content/plugins/nextgen-gallery/widgets/widgets.php:989) in /home/me/public_html/myrealtysite/wp-includes/pluggable.php on line 865

    Replaced widgets.php. The error changed, I now get an error from a file in the nextgen-gallery/admin/ I just said “screw it” and replaced the whole nextgen-gallery/admin folder with a fresh copy. Now I’m getting errors from nextgen-gallery/admin/manage-images.php . I opened manage-images.php and found that the error location was actually the blank space at the end the file. I deleted the blank lines, uploaded, and all was well.

    Weird, but it worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘moved within site, getting errors’ is closed to new replies.