Jump to content

Installation error database not connecting


xtreme1

Recommended Posts

I have hit my head against the wall all day trying to figure this out. read old post on the forums that took me to dead ends, I really would like to get this working before my trial runs out. I would like to try it out.

 

Windows Server 2008

Mysql 5.1

Php 5.2

IIS 7.0

 

If anyone could help it would be most appreciated!

Link to comment
Share on other sites

I have hit my head against the wall all day trying to figure this out. read old post on the forums that took me to dead ends, I really would like to get this working before my trial runs out. I would like to try it out.

 

Windows Server 2008

Mysql 5.1

Php 5.2

IIS 7.0

 

If anyone could help it would be most appreciated!

 

What is/are the error(s) you are seeing?

Link to comment
Share on other sites

it makes me download the configuration file with this inside the config file.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>WHMCS Install/Upgrade</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link href="../templates/default/style.css" rel="stylesheet" type="text/css">

</head>

<body>

 

<div class="wrapper">

 

<img src="../templates/default/header.jpg" width="730" height="118" alt="" />

 

<br />

 

<?php

$license = "xxxx";

$db_host = "localhost";

$db_username = "billing";

$db_password = "xxxx";

$db_name = "clients";

$cc_encryption_hash = "xxxx";

$templates_compiledir = "templates_c/";

?>Could not connect to the database - check the database connection details you entered and go back and correct them if necessary

Edited by bear
sensitive details removed
Link to comment
Share on other sites

Yes everything works as they should. I run several sites that use MySQL and PHP I do not have any problems with them.

 

For some reason when I continue to step 4 it makes me download a config file and does not let me go on to step 4. Permissions are set correctly also. I submitted a support ticket still haven't resolved the issue but here are a couple pics what happens.

http://www.digitalskills.org/error.jpg

http://www.digitalskills.org/error2.jpg

Edited by bear
linked huge images
Link to comment
Share on other sites

I'd strongly suggest you immediately change passwords and anything else that you've included in the earlier post and now within the screenshots you posted. It's practically guaranteed that someone will see this and try to gain access to your system. Be careful not to post anything sensitive like this anywhere.

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated