• After entering my db info into the wp-admin.php and moving to the next set all that I am getting is 戯㨾†慃湮瑯洠摯晩â?¹æ•¨æ‘¡ç‰¥æ¤ æ™®ç‰¯æ…­æ¥´æ¹¯â´ æ  æ…¥æ•¤ç?²æ„ ç‰¬æ…¥ç¥¤çŒ æ¹¥â?´ç¥¢â   across the whole page. I checked my PHP with a test script (info.php) and it seems fine. I’m not sure what to do at this point. Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is certainly a hard nut to crack for the average forum helper. Have you done any localization beforehand? You might want to put the language you are using in the post title so that those familiar with it know about your problem.

    Thread Starter Anonymous

    I haven’t done any localization, I’m attempting to use the standard english.
    I’ve also tried removing my wp-config.php file with the same results.
    My config file is as follows:
    ‘<?php
    /** WordPress’s config file **/
    /** http://wordpress.org/ **/
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘wordpress’); // The name of the database
    define(‘DB_USER’, ‘wpdb’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘mypassword’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);
    /* Stop editing */
    $server = DB_HOST;
    $loginsql = DB_USER;
    $passsql = DB_PASSWORD;
    $base = DB_NAME;
    define(‘ABSPATH’, dirname(__FILE__).’/’);
    // Get everything else
    require_once(ABSPATH.’wp-settings.php’);
    ?>’
    http://codewhite.no-ip.com/info.php
    http://codewhite.no-ip.com/wordpress/

    well.. you definitely don’t want to remove the config file. that (if i remember correctly) is always necessary.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem after entering mysql db info.’ is closed to new replies.