Hi,

Quote Originally Posted by nicksyb View Post
This is a brill update Conor
Glad you like it.

Quote Originally Posted by nicksyb View Post
It said that my DIR_WS_CATALOG showed / when it should have shown /mydomainname.co.uk/
Why are you building a site in a path that has a subfolder "/mydomainname.co.uk"?

That's clearly wrong!

Quote Originally Posted by nicksyb View Post
So I changed them and it said installation was a success
The installation check has never failed to be wrong so I'd imagine you've messed up somewhere else.

Quote Originally Posted by nicksyb View Post
But when viewing my website now the whole template has gone and the site layout has also disappeared. What I basically have is a white page with just the links on it.

What did I miss?
Sounds like your template isn't using static links but using relative links.

You need to make sure that base href is set before any CSS files are loaded (html_header.php), or that the links to use the template (to load the CSS/JS files etc.) use static URIs (start with /).

Sorry, but since I'm going to be away for a few days and as this is a mistake you've made with your site, I'm afraid I cannot give you any more help here.

I will also say.. whatever you do, DO NOT test a site out in a subfolder.. only test using a full domain or subdomain when testing a site with static URIs.. nothing else makes sense.

I hope the above information is enough for you to get things sorted.

All the best...

Conor
ceon