Jump to content

Zycon

Retired Forum Member
  • Posts

    3
  • Joined

  • Last visited

About Zycon

Zycon's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Does WHMCS have any error logs anywhere for problems during installation? I'm getting "Could not connect to the database - check the database connection details you entered and go back and correct them if necessary" However I found the following scriptlet on this forum which confirms my login details are correct: "Connected to MySQL. Connected to Database" <?php mysql_connect("localhost", "mysqladminUsername", "mysqladminPassword") or die(mysql_error()); echo "Connected to MySQL<br />"; mysql_select_db("mysqlDatabase") or die(mysql_error()); echo "Connected to Database"; ?> Anything else I can try?
  2. Thanks for the reply. This was a new PHP install and it turned out that MySQL for PHP had not been installed. I am surprised that WHMCS didn't throw up an error but anyway I have now made it to step 3.
  3. I'm trying to test WHMCS out on a local Windows XP Pro server (IIS5), ionCube has been loaded successfully, I get past the License Agreement step but the next step is a blank page: http://localhost/whmcs/install/install.php?step=2 It is not a completely blank page, the WHMCS header/logo is displayed and the heading "INSTALL/UPGRADE WHMCS" but then the rest of the page is blank. Any ideas what the problem may be? Is there an error log I can check somewhere?
×
×
  • 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