(04-05-2015, 08:50 PM)Castey Wrote: You need to set panel url in config.php
Code:$cfg['panel_url'] = 'Sentora_panel_subdomain';
Thanks I now have the following:
A subdomain called hosting.rcstudents.co.nz
I have copied all the files and the config file to this root and updated $cfg['panel_url'] = 'hosting.rcstudents.co.nz';
When I browse to the site I now get
Quote:
array(4) { ["type"]=> int(2) ["message"]=> string(121) "fopen(http://hosting.rcstudents.co.nz/api/xbilling): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found " ["file"]=> string(100) "/var/sentora/hostdata/studentadmin/public_html/hosting_rcstudents_co_nz/classes/xmwsclient.class.php" ["line"]=> int(112) } Problem reading data from http://hosting.rcstudents.co.nz/api/xbilling
It appears to not be able to see the API but I have installed it.