Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • YOUR WP-CONFIG IS WRONG SEE.

    / ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'luckyniji');
    
    /** MySQL database username */
    define('DB_USER', 'luckyniji');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'xxxxx');
    
    /** 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', '');
    
    /**#@+
     * Authentication Unique Keys.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/ www.ads-software.com secret-key service}
     *
     * @since 2.6.0
     */
    define('AUTH_KEY', 'Cathy');
    define('SECURE_AUTH_KEY', 'Murphy');
    define('LOGGED_IN_KEY', 'Richard');
    define('NONCE_KEY', 'Anderson');
    /**#@-*/
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each a unique
     * prefix. Only numbers, letters, and underscores please!
     */

    You can figure out your DB NAME AND YOUR DB USERNAME IS WRONG. DB_wordpress for databasename . DB_luckyniji for username. And also your Auth_Key ,Secure_Auth_key, Logged_IN_Key, NONCE_KEY is wrong. you can find auth key’s from https://api.www.ads-software.com/secret-key/1.1/ .
    And that’s All.. After you have done with my steps.. your blog will be fine.

    Forum: Plugins
    In reply to: nextgen-gallery Problem …

    The Problem your having is your MySQL Version must be upgraded to 5 (the latest)
    and your PHP Version must also be 5
    and your PHP SAFE MODE must be ON. and now you can check.. You can upload as much gallery you want. Now the problem will be surely solved.

    Simply yes it will be correct. the header will be not changed.. but u will be followed as 404 Not Found and your 404.php will be working…

    Just do is reinstall wordpress and decide one domain as your blog. And then all you must know is wp-admin.php is your Admin Dashboard . And wp-login.php is your Admin Login Page. that’s it. YOUR PROBLEM IS SOLVED.

    You must have taken backup before you have changed to an new host.

    When you install WordPress again on a New host the steps you need to do is:
    1. Go to Control Panel of your website and click to MySQL Database Wizard.
    2. Click to Upload and Existing Database. When Uploaded, Go to https://www.www.ads-software.com/download and download the latest version of wordpress.
    3. After downloading, upload the file to your website, and then extract it and then choose the directory for your blog. Look whether all the permission are set to 0755 or 755 .
    4. Then open your website in an brownser and click to Install, Put the same as your database is, username, password, localhost and then click to next
    5. Then type your blog name and your email address and then click to next to proceed next step
    6. When it’s finished it will show your username and password for the blog and sends you a mail which includes your username and password for the blog.
    7. Then login to blog and click to Settings —> Permalinks —> And then click to Default and then Update it
    8. It’s Now all done and your blog has been successfully refreshed.. and your page links, posts and everything will be okay and you’r problem is solved.

    Forum: Installing WordPress
    In reply to: installation

    Well your lost after the Second Step right.. please re-check your database at phpmyadmin and from there you can select the database for wordpress and click 2 delete all.

    Now do is go to https://www.www.ads-software.com/download and download the latest version.
    Upload to your website
    Extract it
    Go to the directory of your wordpress.. check whether the permission is set correctly to 0755 .
    Then go to your yourwebsite.com/wordpress-directory/ then you will see is installation page type all your database information, local information and click to next to proceed to next step
    Check whether you have entered the correct information. if you’r using cPanel enter as your local as “localhost” . and remember databasename should be cpanelusername_wordpress , and your database username should be cpanelusername_admin or anything, and your password for database should be the exact password written in cpanel–>MySQL Database–> Database Username and Datbase privileged and password must be same to your database.
    Then Click next and then it will show to Enter the name of blog and your email address and then click next to proceed last and the final step. You will see your username and even the password generated.
    And even you will get an Mail to your email with Username and Password of your blog.

    And That’s it.. you’r problem must be solved by now.

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