Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Installing WordPress
    In reply to: No Login Page
    Thread Starter wubugs

    (@wubugs)

    When I removed the space on line 1 from this

    <?php
    /**
     * The base configurations of the WordPress.

    to this

    <?php/**
     * The base configurations of the WordPress.
     *

    then the header error goes away and then i get a parse error:

    Parse error: syntax error, unexpected T_STRING in /home/content/w/u/b/wubugs/html/blog/wp-config.php on line 18

    not sure which problem is worse

    Forum: Installing WordPress
    In reply to: No Login Page
    Thread Starter wubugs

    (@wubugs)

    Hi Jan,

    Tried that and it didn’t work. I even downloaded a fresh version of the wp-config.php file and re-typed all my information. The original version is missing the end tag ?> but me adding it doesnt make a difference. I also made sure there were no spaces before or after the tags.

    It still says I have an error on line 1. I feel like this must be a mistake with wordpress because so many people have this issue.

    Do you have a version you could send me and I just add my info to it? Or will I run into the same problems?

    Forum: Installing WordPress
    In reply to: No Login Page
    Thread Starter wubugs

    (@wubugs)

    That’s okay beloubet

    I know that I am missing the end tag >? but when I add it, it shows up in red in my text editor and doesn’t solve the problem. I looked at the original document and it never had >? this end tag. Any ideas Jan?

    Forum: Installing WordPress
    In reply to: No Login Page
    Thread Starter wubugs

    (@wubugs)

    I see that the first <?php on the page is in red in my text editor and I dont see an end tag for it. Should this be at the very end of the document?

    [ Don’t post more than 10 lines of code here, use pastebin.com instead. And never post your DB User name and password online. ]

    Forum: Installing WordPress
    In reply to: No Login Page
    Thread Starter wubugs

    (@wubugs)

    *Correction* I was able to create an account but i cannot log in and it sends me this error message

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/w/u/b/wubugs/html/blog/wp-config.php:1) in /home/content/w/u/b/wubugs/html/blog/wp-login.php on line 349

    [ Removing repetitive log messages ]

    Forum: Installing WordPress
    In reply to: No Login Page
    Thread Starter wubugs

    (@wubugs)

    I haven’t installed a theme yet. I was able to login in and install wordpress but now it is giving me this error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/w/u/b/wubugs/html/blog/wp-config.php:1) in /home/content/w/u/b/wubugs/html/blog/wp-login.php on line 349

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/w/u/b/wubugs/html/blog/wp-config.php:1) in /home/content/w/u/b/wubugs/html/blog/wp-login.php on line 361

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