![]() |
|
![]() |
#1 |
Green Mole
Join Date: Feb 2005
Posts: 3
|
Cannot re-connect to db
Great script - thanks for all your efforts.
I got version version 1.8.7 going fine, except for lots of amp-raquo and amp-hash-1234 stuff. I then decided I had to go for the UTF-8 version (1.8.8.-RC1) but could not install it becaue my mySQL is not the right version. So I wanted to go back to my working 1.8.7. But now I cannot re-connect to the db - having quadruple checked the names of user, db, etc. and checked the connect.php settings which are (with the correct resplacement for &&& and ***, of course): define('PHPDIG_DB_PREFIX','<php_search>'); define('PHPDIG_DB_HOST','<localhost>'); define('PHPDIG_DB_USER','<&&&&_dbname>'); define('PHPDIG_DB_PASS','<*******>'); define('PHPDIG_DB_NAME','<&&&&_DBNAME>'); When going to search.php, I get "Unable to connect to database : Check the connection script.". I then went to admin/install.php to try to get it to "find" the db again (using either "update db" or "write only connection parameters" options). I know that the script is working its way through install.php (which indicates that it is finding the db okay, right?? - otherwise it would give an error earlier in the script) and all makes sense until the line... Code:
if ($cerror > 0) { //clean partial installation if (!$dbopt) { // @mysql_drop_db($dbname,$id_connect); $error .= phpdigMsg('error4'); } $step = 1; } else { header("location:$relative_script_path/admin/"); } The parameters to be entered in install.php shoudl be exactly the same as those in connect.php, right? I had trouble first round getting these right and cannot quite remember what got me past this page. Help please. |
![]() |
![]() |
![]() |
#2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Try taking out the < and > from the database configuration constants.
![]()
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
![]() |
![]() |
![]() |
#3 |
Green Mole
Join Date: Feb 2005
Posts: 3
|
Oops - I meant to mention that I already tried removing "<" and ">" based on one of the other posts - but no joy...
![]() |
![]() |
![]() |
![]() |
#4 |
Green Mole
Join Date: Feb 2005
Posts: 3
|
![]()
Unbelievable... I missed updating both connect.php and _connect.php... (blush)
All is okay now. Thanks for your help. |
![]() |
![]() |
![]() |
#5 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Glad it's okay now, but the _connect.php file shouldn't be changed. It should be as the original because the install.php file uses the _connect.php file to configure/update the connect.php file.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
![]() |
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
db indexes | baskamer | Script Installation | 1 | 12-17-2004 10:07 AM |
Db size | xiodaos | How-to Forum | 1 | 06-10-2004 05:18 PM |
Db size | xiodaos | Script Installation | 0 | 06-10-2004 09:51 AM |
Indexing hangs, nothing in db | WunderStump | Troubleshooting | 6 | 02-25-2004 10:36 AM |
Put text_content in DB? | renehaentjens | Mod Requests | 0 | 11-27-2003 06:45 AM |