• hi,
    I am not able to edit anything in WordPress dashboard, site is working fine but when i try to customize, update WordPress or anything from setting it says page not found.
    basically, I am not able to move from landing page of my WordPress dashboard. I have changed config.php file to default.
    please help!

Viewing 1 replies (of 1 total)
  • Hi, Not sure what you mean by “Changing the config.php to default”. Did you clone the wp-config-sample.php and then insert the values for database name, username, and password?

    This is the section of the config file that needs editing:

    // ** Database settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define( 'DB_NAME', 'database_name_here' );
    
    /** Database username */
    define( 'DB_USER', 'username_here' );
    
    /** Database password */
    define( 'DB_PASSWORD', 'password_here' );
    
    /** Database 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', '' );
Viewing 1 replies (of 1 total)
  • The topic ‘not able to edit anything on wordpress’ is closed to new replies.