Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

Who's Online 12

G_MGumCloudericgillettelucsandino +7 guests

When installing Vanilla 2.0 - dbhost does not get set

Even if I enter "localhost" in the install, it does not seem to get set .. on the next page I get this error:



56: $this->_Connection = new PDO(strtolower($this->Engine) . ':' . $this->Dsn, $this->User, $this->Password, $this->ConnectionOptions);

57: if($this->ConnectionOptions[1002])

58: $this->Query($this->ConnectionOptions[1002]);

59: } catch (Exception $ex) {

60: trigger_error(ErrorMessage('An error occurred while attempting to connect to the database', $this->ClassName, 'Connection', $ex->getMessage()), E_USER_ERROR);

61: }

62: }

63:

64: return $this->_Connection;


Sign In or Register to comment.