klospros Posted November 8, 2010 Share Posted November 8, 2010 Hi, I have installed a development version of WHMCS on WIndows Server 2008, have installed mysql and mysql administrator, created an empty database and can connect with no issues with mysql admin using the new users details, but WHMCS cannot connect to complete the install. Am I missing something? I have edited the php.ini file to allow curl and mysql but this is beating me at the moment Any assistance and or ideas to try will be most welcome:) Cheers Klos 0 Quote Link to comment Share on other sites More sharing options...
alexsilvausa Posted November 12, 2010 Share Posted November 12, 2010 I have problem installing the WHCMS. When I hit .../install/install.php it foward to http://www.default.com The .../configuration.php was blank. After searching on this forum I changed the file to: <?php $link = mysql_connect("localhost", "user", "password"); if(!$link) die("Error: ".mysql_error()); $db_selected = mysql_select_db("database", $link); if(!$db_selected) die("Error: ".mysql_error()); ?> Still not able to connect. Any help will be welcome. 0 Quote Link to comment Share on other sites More sharing options...
buliwyfa Posted December 22, 2010 Share Posted December 22, 2010 Hi Klospros, I having same issue, Did you resolve it? Some other with same issue on this thread http://forum.whmcs.com/showthread.php?t=33508&highlight=windows+2008 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.