Jump to content

new user help with install


gfoulks

Recommended Posts

So I've started the install. I have the config file created. The database created with permisions applied to the DB. I go to the admin site to do the install and I get these messages.

 

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

 

 

Then I am unable to continue with step five to create a admin account. I get a 404 not found page.

 

Are there any good install directions floating around for a windows system?

Link to comment
Share on other sites

  • WHMCS Support Manager

I've removed your config.txt attachment as you don't want to be uploading your database password and cc encryption hash on the internet.

 

However the file you attached contained a bunch of HTML, it should just be like this:

<?php
$license="";
$db_host = "localhost";
$db_username = "";
$db_password = "";
$db_name = "";
$cc_encryption_hash = ""; 
$templates_compiledir = "templates_c/";
?>

...obviously with all the fields filled in.

Link to comment
Share on other sites

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