Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • mississippiboy1981

    (@mississippiboy1981)

    What errors do you get / what happens when try to save a post? Do you mean saving a post as a draft or publishing the post?

    mississippiboy1981

    (@mississippiboy1981)

    One more thing,

    Make sure you have already created a database and database user via your webhosting control panel.

    mississippiboy1981

    (@mississippiboy1981)

    do i need to change on $table_prefix = ‘wp’;

    You don’t need to. the prefix is what appended to the wordpress tables’ names, e.g. wp_posts, wp_comments, etc.

    define (‘WPLANG’, ”);

    //what about this one??? WPLANG

    That one definites what language you will be posting in. You would put in “de” in the second parameter if you where going to use German, for example.

    mississippiboy1981

    (@mississippiboy1981)

    I’ve googled the error: results

    That might point you in the right direction. Could be GoDaddy doesn’t have your mysql config’ed properly.

    Also, you could save this bit of code to a test file called test.php (or whatever you want to call it, so long as it has the .php extension).

    <?php phpinfo(); ?>

    This will show you php configuration on your webhost. If you don’t see anything for mysql, your hosting probably is not set up to where php and mysql can “talk to each other”

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