Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter aaronkok

    (@aaronkok)

    wp-config.php became unicode, not sure where/why, cannot seem to chaneg it on my pc. A friend managed to change it back for me. 🙂

    Working now 🙂

    Thread Starter aaronkok

    (@aaronkok)

    i tried to rename the plugins folder as i saw on one site, and it remained the same. Very wierd. having a headfache.

    Thread Starter aaronkok

    (@aaronkok)

    As you can see below the wp-config is as per spec and has been changed about a million times with the same results.

    <?php
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'XXXXXXXXX');
    
    /** MySQL database username */
    define('DB_USER', 'XXXXXXXXX');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'XXXXXXXXX');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    //** You can have multiple installations in one database if you give each a unique prefix 
    
    $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!
    
    //** Change this to localize WordPress.  A corresponding MO file for the
    //** chosen language must be installed to wp-content/languages.
    //** For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    //** to enable German language support.
    
    define ('WPLANG', '');
    
    /* That's all, stop editing! Happy blogging. */
    
    /** WordPress absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    ?>

    Found the issue 🙂 Next time i’ll search the wordpress documents itself. You need to use a txt editor to gothrough the sql file downloaded and change all URLS to the new URL

    I’m also having the same issue and can’t find anything in any search engines.

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