milesa1 Posted February 10, 2010 Report Posted February 10, 2010 Ive just installed Uniserver 5.5 on a Win 2003 VPS. The install seems fine according to the "server status" dialogue:the server status However, if I select any of the options in the unitray menu that have a "earth sphere" image ( Admin Panel, phpMyAdmin, WWW Root or SSL Root) I get this weird error:the error Ive tried hunting the forum for this error, but no luck so far. Anyone got any ideas? Quote
Ric Posted February 10, 2010 Report Posted February 10, 2010 I am not sure what the cause is.The first image clearly shows servers are installed as a service and running.I assume if you type http://localhost into a browser the index page is displayed correctly.Likewise http://localhost/apanel/ also works? That second image displayinghttp://localhost:80/apanel/The parameter is incorrectIs interesting because it looks like all UniTray links mentioned in you post reach this page:UniServer\unicon\tray_menu\unitray_info.phpThis is where they are constructed for example//=== Display Admin Panel in browser ========================================== if($information == 1){ $command = "start http://localhost:$apache_port/apanel/"; // display index page exec($command,$dummy,$return); // run command exit; }That code creates the link you have in your image.Similar code within the core will have started the servers hence I cannot see what throws this error “The parameter is incorrect” Although interesting I cannot offer a solution. All the bestRic Quote
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.