Viewing 6 replies - 1 through 6 (of 6 total)
  • acleiter

    (@tleiter)

    I solved my blank page problem by checking wp-config.php
    remove any space or empty lines before the opening tag <? or after the closing tag ?>

    Thread Starter shirls

    (@shirls)

    OMG !!! Hi tleiter, I just tried what you said, delete the empty lines after the tag ?>, and it works like a magic !!!I just could not believe it is as simple as this !!

    My webhost was trying to look for everywhere, and I nearly wanted to uninstall and reinstall the whole thing, but still trying to learn how to reinstall but not losing the data. And you tricks some my life !!

    Thank you thank you and thank you !! 🙂

    josed127

    (@josed127)

    My blog can be seen at:
    http://josedweblink.com/site1/
    However I can not log into my dashboard. Every time I try, the following info is shown in the site, so i CAN NOT UPDATYE nor change anything in my blog.
    Warning: Cannot modify header information – headers already sent by (output started at /home/jose1web/public_html/site1/wp-content/plugins/submit-to-any/submit-to-any.php:74) in /home/jose1web/public_html/site1/wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /home/jose1web/public_html/site1/wp-content/plugins/submit-to-any/submit-to-any.php:74) in /home/jose1web/public_html/site1/wp-login.php on line 267

    Warning: Cannot modify header information – headers already sent by (output started at /home/jose1web/public_html/site1/wp-content/plugins/submit-to-any/submit-to-any.php:74) in /home/jose1web/public_html/site1/wp-includes/pluggable.php on line 649

    Warning: Cannot modify header information – headers already sent by (output started at /home/jose1web/public_html/site1/wp-content/plugins/submit-to-any/submit-to-any.php:74) in /home/jose1web/public_html/site1/wp-includes/pluggable.php on line 650

    Warning: Cannot modify header information – headers already sent by (output started at /home/jose1web/public_html/site1/wp-content/plugins/submit-to-any/submit-to-any.php:74) in /home/jose1web/public_html/site1/wp-includes/pluggable.php on line 651

    Warning: Cannot modify header information – headers already sent by (output started at /home/jose1web/public_html/site1/wp-content/plugins/submit-to-any/submit-to-any.php:74) in /home/jose1web/public_html/site1/wp-includes/pluggable.php on line 850

    I have this problem. But, the fix mentioned about wp-config did not solve my problem. Any suggestions?

    I have the same problem, and cannot log in to fix the problem as you suggested.

    LivingDenverOnline.com

    I really need to keep posting but cannot while this problem persists.

    Help!

    Amy

    I had the same problem after switching servers and fixed it this way:

    In php.ini find session.save_path
    This should have a directory location to your temp/tmp folder.
    php.ini had my old temp location: session.save_path = “C:\WINDOWS\Temp”
    I changed this to the new server temp folder location: session.save_path = “/home5/tommyand/public_html/temp”
    and reuploaded php.ini
    And my error messages went away.

    Phew!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t login at all – a white blank page appear after I hit enter at login page’ is closed to new replies.