Jump to content
xisto Community
Tyssen

Wordpress 1.5.1 Installation Problem Getting fatal error message

Recommended Posts

I've just downloaded Wordpress 1.5.1 and uploaded all the contents to public_html and I've edited wp-config.php like so:

 

<?php// ** MySQL settings ** //define('DB_NAME', 'myusername_dbName');     // The name of the databasedefine('DB_USER', 'myusername_dbUsername');     // Your MySQL usernamedefine('DB_PASSWORD', 'myPassword'); // ...and passworddefine('DB_HOST', 'localhost');     // 99% chance you won't need to change this value$table_prefix  = 'wp_';   // example: 'wp_' or 'b2' or 'mylogin_'define ('WPLANG', '');define('ABSPATH', dirname(__FILE__).'/');require_once(ABSPATH.'wp-settings.php');?>

But I'm getting Fatal error: Call to undefined function: get_bloginfo() in /public_html/wp-includes/wp-db.php on line 304.

 

I've been on the Wordpress site and there's some forum entries that refer to this but no-one's provided a solution. Some talk about problems upgrading from 1.5 but I've just started from scratch, so it can't be that.

I'm relatively new to PHP & MySQL so anyone got any ideas what's wrong?

Share this post


Link to post
Share on other sites

btw, i would like to ask someting about blog.i have a blog with wordpress 1.5.1. Is it possible to transfer all posts to blogger.com? how do i do that? Thanks...

Share this post


Link to post
Share on other sites

You can do it manually.If you're asking if you can transfer it automatically like the Blogger import function that WP has, it's not possible.

Share this post


Link to post
Share on other sites

f you're asking if you can transfer it automatically like the Blogger import function that WP has, it's not possible.

yes...transfer it automatically is what i want...

:lol: too bad i can't do that... :(

Share this post


Link to post
Share on other sites

for backup only.. that's what i need. cause my files are in a free hosting... if something happens, i can go to blogger.com.. :lol:

Share this post


Link to post
Share on other sites

Oh I see.. Well unfortunately there is no automated script or tool available to do what you want. My advice is that you backup your files on Xisto regularly. Just make sure to backup your mysql file.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.