March 16, 200718 yr comment_4692 I am trying to start Uniformserver and i click the vbs, choose a valid drive. It then asks if i want to start mysql i choose yes then absolutely nothing happens. I do notice that a hidden cmd.exe process gets created. I do not have apache or mysql installed. I changed the http.conf to use a port other than 80 as I have IIS running. Ideas? Report
March 18, 200718 yr comment_4695 What do you men nothing happens... you do have to fully explain the problem? It does not load, it says errror? anything? Did you try going to http://localhost:port# ? Best Regards Olajide Olaolorun The Uniform Server Development Team Report
March 19, 200718 yr Author comment_4698 What do you men nothing happens... you do have to fully explain the problem? It does not load, it says errror? anything? Did you try going to http://localhost:port# ? When I say nothing i mean nothing. Nothing loads. I click 'OK' to start mysql thats the last thing that happens. Apache is not running, neither is mysql after I try and start UniformServer. Report
March 20, 200718 yr comment_4701 Is the W:/ drive created? Did you try going to http://localhost:port as i told you? Best Regards Olajide Olaolorun The Uniform Server Development Team Report
March 20, 200718 yr Author comment_4705 Is the W:/ drive created? Did you try going to http://localhost:port as i told you? it was problem with the drive letter, btw. I now have another problem. when i goto: http://localhost:5000/apanel/index.php i get the following: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies. Not sure how to fix this. I used the default password in the .htpassword file. Report
March 21, 200718 yr comment_4706 Go to /home/admin/www/includes/config.inc.php and change: $host = $_SERVER["HTTP_HOST"]; // Server - DO NOT CHANGE $server = "http://$host"; to: //$host = $_SERVER["HTTP_HOST"]; // Server - DO NOT CHANGE $server = "http://localhost:5000"; Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.