![]() |
Unable to complete installation
I've been able to create the database using the install script but unable to populate the database with tables (using script). I've setup many other applications & scripts no problem, so I don't believe there is a server or requirements problem (but I could be wrong).
Is anyone else having this problem? Is anyone able to provide assistance? Many thanks, Mike |
Hi. In connect.php are the host, username, password, and database variables set correctly? Is the sql directory in the same place as the includes directory?
|
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. |
Quote:
Do you have phpMyAdmin? Can see if the script actually made the new database? |
Also, in connect.php, find:
PHP Code:
PHP Code:
|
I'm having the same exact problem, and no the the database wasn't installed. (checked phpmyadmin)
|
Hi. Perhaps this thread might help.
|
All times are GMT -8. The time now is 11:17 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.