| Re: Trying to install 2.3.3 Final but sticks.... |
| by redheadedrod on 2009/6/1 11:06:50 Nope the fields have the correct information in them. I will try both of these ideas when I get home and see if maybe there is something lingering in the DB that wasn't obvious? I am able to log in with phpmyadmin if I log out and manually log back in using the same credentials. Does appear to me to be an error it is not otherwise trapping. I dropped all the tables in the database and figured that should clear it out. As I said, I figure it was something simple but didn't want to spend a lot of time on it if there was something obvious that I was missing. Would be nice if the installer did catch this error somehow though... Seems to catch a lot of other errors you can make... |
| Re: Trying to install 2.3.3 Final but sticks.... |
| by ghia on 2009/6/1 10:16:20 You are not using empty fields? Try once this modification for the func_connect line in /install/page_dbconnection.php in order to have more error reporting from the function. le="color: #000000"><?php if ( ! ( $link = ($func_connect( $vars['DB_HOST'], $vars['DB_USER'], $vars['DB_PASS'], true ) or die(mysql_error()) ) ) {
|
| Re: Trying to install 2.3.3 Final but sticks.... |
| by sailjapan on 2009/6/1 4:16:04 is it impossible for you to create a new db? |
| Re: Trying to install 2.3.3 Final but sticks.... |
| by redheadedrod on 2009/6/1 3:07:02 Forgot to mention... php version 5.2.3 mysql version 5.0.45 |
| Trying to install 2.3.3 Final but sticks.... |
| by redheadedrod on 2009/6/1 3:03:48 Ok I am able to go through the install with all "green" checks up to the point I enter the data base user and password... I put the right name and password and host in but it goes right back to the same screen with the default values and no error... If I change any of the values it tells me there is an error and forces me to reenter them but has the values I entered. I am assuming it is an easy fix but I can't see what is wrong... I WAS running 2.0.17 prior to this... I deleted the directory other then the cgi-bin folder and starting fresh... Dropped all the tables but kept the same user and name etc... I could probably restore the old site and try the upgrade but I would rather start fresh on this site... Thanks for any help you can give. Rodney |