aidoneus
Forum Replies Created
-
Forum: Installing WordPress
In reply to: install.php not displayingthe WP files are in a subdirectory.
Current: /Blog/wordpress
Forum: Installing WordPress
In reply to: install.php not displaying'<?php
// ** MySQL settings ** //
define('DB_NAME', '21274'); // The name of the database
define('DB_USER', '21274'); // Your MySQL username
define('DB_PASSWORD', 'xxxxxx'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value// 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', '');/* That's all, stop editing! Happy blogging. */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>'So thats all i changed in the WP_config. My DB interface thing told me that 21274 was my username and db name. and thats what is uploaded to my ftp area. 21274 is also what i used for phpbb. and their is still no sign of WB in my database area. just the php files uploaded to my ftp file area.
sorry, i’m new at this. what would you like a link to?
Forum: Installing WordPress
In reply to: install.php not displaying1. I looked at my databse and there were 30 different tables, they were for the various pieces of phpbb forums. im not sure if they have different prefixes, the WP stuff isn’t even listed in the database. but i know i uploaded the files cuz i can access them through the web interface on the ftp address. and
2. i have the upload set to automatic
2a. yes
2b. correctForum: Installing WordPress
In reply to: Godaddydyd u give WP permission to use the database? When you edited the wp-config.php did u get the correct DB information inputted?