• kedinik

    (@kedinik)


    I installed WordPress to my server successfully.

    I haven’t seen any advice about what to do post-installation and there were no immediate changes.

    Advice appreciated, thank you.

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

    (@esmi)

    Post-installation, you start blogging and/or theming your site.

    Thread Starter kedinik

    (@kedinik)

    I attempted to replace the existing site with a theme template.

    “Fatal error: Call to undefined function get_header() in xxxxx/xxxx/xxxxxxxxxxx/xxxxx/index.php on line 1”

    edit: I looked up the error and fixed it. Move along, people, nothing to see here.

    Thanks, e.

    esmi

    (@esmi)

    Are you sure that WordPress installed successfully? get_header() is a basic core function.

    Thread Starter kedinik

    (@kedinik)

    Yes, it installed, but the standard index.php was replaced by the theme’s index.php… which breaks it for some reason? I replaced the standard index.php and it works with the basic starting template now.

    I’ve run into a new problem, though. My blog is not accepting my login info; “username invalid”.

    I just created this username for this site; is there some way to link usernames to blogs that I missed?

    edit: I tried to retrieve a new password for the second time and now I get this:

    “The e-mail could not be sent.
    Possible reason: your host may have disabled the mail() function…”

    esmi

    (@esmi)

    Snat

    (@snat)

    Yes, it installed, but the standard index.php was replaced by the theme’s index.php… which breaks it for some reason? I replaced the standard index.php and it works with the basic starting template now.

    Are you saying you changed the main index.php with the one in the theme folder. If so, that is wrong. Upload your theme to /wp-content/themes and then go to the Admin CP and select it.

    Thread Starter kedinik

    (@kedinik)

    I can login to the admin panel on wordpress.com, but it says I have no site to post to, view or modify.

    I seems like it wants me to login with a separate login specific to my own server, but I don’t believe that I was ever asked to create that account during the installation. Is this correct?

    esmi

    (@esmi)

    wordpress.com??

    If you installed WordPress on your own server, you need to be logging into that site, not wordpress.com.

    Thread Starter kedinik

    (@kedinik)

    Good to know. I received some kind of confirmation email from WordPress.com right when I finished installing, so I was confused.

    Is my account info in the config file I set up? Or stored in the database I set up? I don’t recall directly creating WordPress login info for my site and I’m at a loss.

    esmi

    (@esmi)

    The confirmation email was probably from WP on your own server. What is your domain name? Did you run wp-admin/install.php?

    Thread Starter kedinik

    (@kedinik)

    boss-fight.com

    I ran wp-admin/install.php.

    I believe that my server doesn’t support the php mail() function.

    Is there an easy temporary workaround to somehow view / edit the admin info, just to get started?

    esmi

    (@esmi)

    Your login address is http://boss-fight.com/wp-login.php. Is that the address quoted in the email you received?

    Thread Starter kedinik

    (@kedinik)

    No, the email I received was from WordPress.com – I recently registered there, not sure of the difference between WordPress.com and WordPress.org. I confused the old registration email there with a new one pertaining to the recent blog installation.

    When I click on the “lost password” link at my login URL, it informs me that my mail() function seems broken – For this reason, I do not think I ever received a registration email from boss-fight.com.

    Is there a work-around, or do I absolutely need to overhaul my server’s php to support the mail() function?

    esmi

    (@esmi)

    There is a workaround but you need to install an SMTP plugin… and for that, you need to be logged into your WP install.

    The default username is usually admin. Have you tried that?

    If you’re comfortable using phpMyAdmin, you can use the method outlined in the links 2 or 3 to reset your password via the database. There’s also an FTP method and a script method outlined in Resetting_Your_Password. The final option would be to empty your database and simply re-run wp-admin/install.php but, this time, make a note of your username and password.

    Thread Starter kedinik

    (@kedinik)

    Yeah, I figured the password had already been emailed out to me… my mistake.

    Thank you very much for all your help, I oughta be able to sort things out from here.

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

The topic ‘I installed WordPress – what now?’ is closed to new replies.