![]() |
|
#1
| |||
| |||
|
Howdy, I just bought a copy and have run cinstall.php. Question, should the cinstall.php report when it's done? It did not do so for me. After waiting quite a while to see if the cinstall.php would give me a message, I tried going to the index.php in the root. I get the error: "Error: Can't select the database" When I ran the cinstall.php script, I filled in the database name currently being used by vBulletins. Was this the correct procedure? Thanks, B. |
|
#2
| |||
| |||
| Quote:
Quote:
|
|
#3
| |||
| |||
|
Wow, thanks for your quick reply! Yes, I did chmod 777 as per the installation instructions. Should I try rerunning the cinstall.php? What about bbwrapper.php, when do I utilize that? B. |
|
#4
| |||
| |||
| Quote:
Quote:
$bb_host = "localhost"; $bb_dbname = "dbname"; <= database name $bb_dbuser = "username"; <= database username $bb_dbpasswd = "password"; <= database password $bb_url = "/forums/"; <= forum location (e.g. /forums/ for http://www.yourdomain.com/forums/) $bb_panel = $$_url."usercp.php"; <= Location to user control panel (don't change) $bb_private = ""; <= Forum IDs of the private forums Then copy the file to the storyteller root directory. |
|
#5
| |||
| |||
|
I edited bbwrapper.php and copied it into the root, as you suggested. I also reran cinstall.php but got the same results as originally described. At what point should I run bbwrapper.php? Or, does the cinstall.php call it automatically? B. |
|
#6
| |||
| |||
| Quote:
Also, which versions of PHP/MySQL are installed? Quote:
|
|
#7
| |||
| |||
|
This is a clean install of the Standard edition. PHPmyAdmin shows a lot of esselbach_st_* tables. Software versions: - PHP4.3.1 - mySQL 3.23.54 - Apache 1.3.27 Further details can be found here: http://64.158.235.172/_util/info.php B. |
|
#8
| |||
| |||
| Quote:
Is config.php empty (e.g. $estc = ""; )? |
|
#9
| |||
| |||
|
There are 33 tables. Yes, config.php is empty. B. |
|
#10
| |||
| |||
|
The database installation is complete. It seems like that config.php had not the correct permission (777). In attachment a script which write the configuration to config.php To use this script: 1.) Rename the script to cfix.php 2.) Open the script in an editor and change the following: //MySQL settings $dbhost = "localhost"; $dbuser = "username"; <= MySQL Username $dbpass = "password"; <= MySQL Password $dbname = "database"; <= MySQL Database //Website details $wsname = "Website Name"; <= Website name $wsurl = "http://www.yourdomain.com"; <= Website url 3.) Upload the script to your cadmin directory 4.) Run the script: http://www.yourdomain/cadmin/cfix.php If the script can't write config.php, please check the permissions of this file again. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to pull this info from IPB2.x database | error | Feedback and Suggestions | 2 | 08-26-2008 09:56 AM |
| Upgrade from Free to paid: Error: Can't select the database | rasp1 | Version 1.x | 2 | 08-07-2008 12:59 PM |
| Download use other database... | huuquynh | Version 1.x | 1 | 06-28-2007 01:32 PM |
| Database design | s.molinari | Version 1.x | 6 | 06-26-2004 01:32 PM |
| Error: Can't select the database | Varsosnill | Version 1.x | 4 | 03-24-2004 11:22 AM |