Nikkster Posted August 18, 2009 Share Posted August 18, 2009 Hi, I'm trying to install the WHMCS on Windows 2003 Server. I've changed the configuration.php.new to configuration.php and when I type my domain/whmcs/install/install.php in the browser,it comes up with a blank page Can someone help? 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted August 18, 2009 Share Posted August 18, 2009 send us a link to it and also if you can add in the configuration file $display_errors = 'on'; that may help you on your way to showing the error that is it calling on. 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 The configuration.php file is empty? 0 Quote Link to comment Share on other sites More sharing options...
DedicatedPros Posted August 18, 2009 Share Posted August 18, 2009 It should be empty, it will get filled with info during the installation. Add this to the file: <?php $display_errors = on; ?> 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 It should be empty, it will get filled with info during the installation. Add this to the file: <?php $display_errors = on; ?> Okey, I did as you said, and it's still not showing anything though. any other suggestions? 0 Quote Link to comment Share on other sites More sharing options...
DedicatedPros Posted August 18, 2009 Share Posted August 18, 2009 If the page is totally blank than maybe its a permissions issue, does the rest of WHMCS load (it should say error connecting to database as its not setup). Also can you give us the links to your site? We won't actually be able to do any harm as we don't know the mysql passwords/users and we don't know your license key, so at best we could just view the installation page 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 http://www.nikkster.org/whmcs 0 Quote Link to comment Share on other sites More sharing options...
bear Posted August 18, 2009 Share Posted August 18, 2009 Do you have PHP scripts on that same server that work? 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 Do you have PHP scripts on that same server that work? Yea of course, check http://www.nikkster.org 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted August 18, 2009 Share Posted August 18, 2009 do you have folder "templates_c" with 777 or 755 on it 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 Sorry for asking, but how do you check the permission of a map? I've heard of chmod files/maps but I've never done it. If you could explain, it would be great. Yes I have filezilla if that would help. 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted August 18, 2009 Share Posted August 18, 2009 on a windows box I doubt it's a per. issue. I'd first run a php info file to make sure all is ok with the php install first. Make a php file with this and see if all is ok. <html> <head> <title>PHP Test</title> </head> <body> <?php phpinfo(); ?> </body> </html> 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 Okay, have a look: http://www.nikkster.org/test/ 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted August 18, 2009 Share Posted August 18, 2009 ok, we are getting somewhere.... even though php is working there are somethings not installed or missing. WHMCS requires the following in order to run: PHP Version 4.2.x or later MySQL Version 4.1.x or later Curl Support (with SSL support) GD Image Library Ioncube Loaders Support Talk to your host to get them installed. 0 Quote Link to comment Share on other sites More sharing options...
Nikkster Posted August 18, 2009 Author Share Posted August 18, 2009 ok, we are getting somewhere.... even though php is working there are somethings not installed or missing. WHMCS requires the following in order to run: PHP Version 4.2.x or later MySQL Version 4.1.x or later Curl Support (with SSL support) GD Image Library Ioncube Loaders Support Talk to your host to get them installed. I'm the host so I think I can install these things by myself but thanks for asking 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted August 18, 2009 Share Posted August 18, 2009 Sorry for asking this and hit me if I am out of place! But why do you not just get a Linux server? 0 Quote Link to comment Share on other sites More sharing options...
cyfered6 Posted August 18, 2009 Share Posted August 18, 2009 easy way... 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted August 18, 2009 Share Posted August 18, 2009 It is no easyer to use linux or windows.......... 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted August 18, 2009 Share Posted August 18, 2009 You can install them yourself, not to hard. Just read up on it a little, you will be ok. 0 Quote Link to comment Share on other sites More sharing options...
ckh Posted August 19, 2009 Share Posted August 19, 2009 You also may want to ask whmcs support if whmcs will run on 5.3. There's quite a few changes in 5.3 which can break a lot of scripts. 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.