-
Re: strange layout
Ok, I have the dns issue sorted out now.
Still cant get the layout to work though.
Could someone please have a look at my site and see if they may know what could cause this.
www.saetek.com.au/store
It is a fresh install of the latest version (again, lol).
I have (almost) the exact same versions of apache, php and mysql setup on my comp as a test server and it works fine on that so I am guessing it is the server configuration. If I can figure out what it is my host is generally pretty good and shouldn't have a problem helping me out and changing the config to get it to work.
I have left /zc_install on the server so it may help to look at that, although there is no major errors other than gd support etc. which doesnt effect the install on my test server.
thanks in advance
me
EDIT: The mysql is working fine with the new version of zencart. so far.....
-
Re: strange layout
You're right - the mySQL seems OK.
The problem seems CSS-related. When I try to view the CSS, all I get is:
Code:
http://www.saetek.com.au/store/includes/templates/classic/css/stylesheet_new.css
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE>
</HEAD><BODY>
<H1>Internal Server Error</H1>
The server encountered an internal error or
misconfiguration and was unable to complete
your request.<P>
Please contact the server administrator,
[email protected] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.<P>
More information about this error may be available
in the server error log.<P>
</BODY></HTML>
HTH,
Chris
-
Re: strange layout
Sounds like your server's not liking the security protections set in the supplied /includes/.htaccess file.
Try temporarily renaming it to htaccess_bak
If that solves it, work with your host to reproduce the security settings another way based on their server configuration requirements.