This is my connect.php:
define('PHPDIG_DB_PREFIX','<edited>');
define('PHPDIG_DB_HOST','<edited>');
define('PHPDIG_DB_USER','<edited>');
define('PHPDIG_DB_PASS','<edited>');
define('PHPDIG_DB_NAME','<edited>');
The file is initially named "_connect.php" and then is renamed to "connect.php", is that correct?
The sql and includes directories are in the root of phpdig directory.
The install script makes a connection and creates the database but not the tables. The browser then just times-out.
|