just installed then deleted setup directory. go to login.php and get the following error: 502 - Web server received an invalid response while acting as a gateway or proxy server. There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server. can't move on from this and set up the software urgent help needed to get up and running
A 502 error itself has nothing to do with the software script. This error is typically an error with either your isp (Who/how you connect to the internet) or the web hosting server/service. Google the 502 error for more specific information and/or contact your web hosting service.
web access I have full control over our server but have no idea where to start looking for this fault. We have the software functioning on another domain, hosted on the same server
Have deleted all on server and re-installed everything. Now I get this error: Fatal error: main() [function.require]: Failed opening required 'D:\vhosts\flogadog.com\httpdocs\administration/' (include_path='.;./includes;./pear;D:\vhosts\flogadog.com\httpdocs\includes\classes\pear') in D:\vhosts\flogadog.com\httpdocs\administration\includes\init.php on line 148
What happens if you just create a php file called phpinfo.php in the web root for the new domain and in that file just place the following... PHP: <?php phpinfo(); ?> Then point a browser to that file. Looks to me like you have issues with how you set up the subdomain in apache.
According to your PHP info page at YOURURL/ioncube/ioncube-loader-helper.php?page=sysinfo you're running PHP version 4.4.7 We inadvertently introduced a PHP5-only function with the release of version 4.2.2. We highly recommend that you upgrade your version of PHP. In the meantime, open includes/classes/kernel/Filter.php and remove the FALSE from line 138 so that it looks like: PHP: return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); I tried to do this for you just now but all the files on the hosting account disappeared! I think you must be working on it at the moment? I've also replied to your ticket just now as well.