![]() |
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) { 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. |
Try taking out the < and > from the database configuration constants. ;)
|
Oops - I meant to mention that I already tried removing "<" and ">" based on one of the other posts - but no joy... :squint:
|
Unbelievable... I missed updating both connect.php and _connect.php... (blush)
All is okay now. Thanks for your help. |
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.
|
All times are GMT -8. The time now is 09:08 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.