I have read readme.txt file already, but there is another thing. I'll tell you what i am doing: 1. download mu fro wordpress server 2.unzip and upload to my site server www.Yes.ge 3. thank install it, but it gives mi sucj information " Creating Database Config File: DONE Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it! " and thats all. I have read every information about this problem but no one had done it. Please, dear wordpress group! help me ): If you want to see, this is my site www.yes.ge where i am trying to install it.
Can you post the contents of the wp-config.php file BUT remove your database login details. I think I know what the problem is.
<?php // ** MySQL settings ** // define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'username'); // Your MySQL username define('DB_PASSWORD', 'password'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); define('VHOST', 'VHOSTSETTING'); $base = '/'; // double check $base if( $base == '/' ) die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' ); // 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-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); define( "WP_USE_MULTIPLE_DB", false ); /* That's all, stop editing! Happy blogging. */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?> this is content. If anyone can install it, i'll give you ftp of yes.ge and install there