its asking for me to fill in this info, (WHEN)
define(USER, "user");
define(PASSWORD, "password");
Fill this only if not generated automatically from this wizard:
define(INDEX_URL, "http://www.xxxxxxxx.com/");
define(INDEX_PATH, "home/.../.../"); // (leave empty in G-Dating)
Enter here your DATABASE CONNECTION info:
define(DB_USR, "");
define(DB_PWD, "");
define(DB_NAME, "");
define(DB_HOST, "localhost");
Enter here your site name intended as title not as URL and your e-mail address. This nfo will be used by the script in messages and diplayed messages:
define(SITE_NAME, "");
define(EMAIL_INREG, "");
This is missing in the config.INC.PHP file
Finally, the META TAGS and short description of your site (relevant for Search Engines)
define(META_KEYWORDS, "keywords");
define(META_DESCRIPTION, "description goes here");
so is this
::::: I get this Problem message::::
Database installation problem
Could not connect! - (CHECK THIS POSSIBLE ERROR)
Please check your config.inc.php. If there everything seems OK, please ask your server administrator about your server configuration. on many shared hostings, define(DB_HOST, "localhost"); is not LOCALHOST but a domain name taht could look something like db5.domain.com.
Usually this problem is caused by the mistyping of the Db's username, password or name. Username and Name are usually the caracters you chose and your account's username. I.e. grafx_john, grafx_cwbdb
The message shown above can give you a hint.
(my DB info is all right, does this not work with MySQL? |