Hi everyone,
I just moved my Zen cart test site to a different server. Much chaos is ensuing. What happens upon uploading my files is that the site won't read my css files. It'll load everything: images, text, EZ pages, but not the css files and the JS in the header. Reason being? It's not properly linked, I think.
What makes this issue complicated is that the css files are preceded by this weird min/?f thing... makes things difficult for me, because I don't know what it does and I can't really access my admin page. Anyway, what I did was open up the html_header.php in my template folder and manually typed in the css files, so it won't look bad.
Anyone know the problems?
<base href="http://red.olm.net/~aimaa/store/" />
<link rel="canonical" href="http://red.olm.net/~aimaa/store/" />
<link rel="stylesheet" type="text/css" href="min/?f=/~aimaa/store/includes/templates/premium4a/css/style_imagehover.css,/~aimaa/store/includes/templates/premium4a/css/stylesheet.css,/~aimaa/store/includes/templates/premium4a/css/stylesheet_prod_pagination.css,/~aimaa/store/includes/templates/premium4a/css/stylesheet_zen_lightbox.css,/~aimaa/store/includes/templates/premium4a/css/index_home.css&1345089417" />
<script type="text/javascript" src="min/?f=/~aimaa/store/includes/templates/premium4a/jscript/jscript_imagehover.js&1345089417"></script>
<link rel="stylesheet" href="includes/templates/premium4a/css/style_imagehover.css">
<link rel="stylesheet" href="includes/templates/premium4a/css/stylesheet.css">
<link rel="stylesheet" href="includes/templates/premium4a/css/stylesheet_prod_pagination.css">
<link rel="stylesheet" href="includes/templates/premium4a/css/stylesheet_zen_lightbox.css">
<link rel="stylesheet" href="includes/templates/premium4a/css/index_home.css">
The old directory was: ronswebsite.com/zc
The new directory us: red.olm.net/~aimaa/store (nameserver to put up stuff before actual upgrade)


Reply With Quote
