Jump to content

Blank Front Office - Can't find solution


Recommended Posts

I've been pulling my hair out to get PS 1.4.6.2 to install. I have another two websites that run on PS and they have never been a problem to install, but for some reason I just can't get this one to work.

 

I ended up deleting all files and starting against this morning, and it's all installed great. Only problem is the elusive blank front office. I have changed the config file to show errors (on and true) but it doesn't give me any errors...

 

I've searched google and the forum, and people get theirs fixed but don't post their solutions or it's done via someone else they've PM'd...

 

Help please?

 

http://coolahcreations.com/

Link to comment
Share on other sites

are you using a custom theme?

 

go to your website and view the source. you will see that it is a complete html response, it just contains no text or images.

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>Coolah Creations</title>
	<meta name="description" content="Shop powered by PrestaShop" />
	<meta name="keywords" content="shop, prestashop" />
	<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
	<meta name="generator" content="PrestaShop" />
	<meta name="robots" content="index,follow" />

	<link rel="icon" type="image/vnd.microsoft.icon" href="[url="view-source:http://coolahcreations.com/img/favicon.ico?1323477694"]http://coolahcreations.com/img/favicon.ico?1323477694[/url]" />
	<link rel="shortcut icon" type="image/x-icon" href="[url="view-source:http://coolahcreations.com/img/favicon.ico?1323477694"]http://coolahcreations.com/img/favicon.ico?1323477694[/url]" />
	<script type="text/javascript">
		var baseDir = 'http://coolahcreations.com/';
		var static_token = 'c842f9cf73d0aafc0069b2a6de362b49';
		var token = '5a46ebb2800f90f2d5d2fb02c9a174ae';
		var priceDisplayPrecision = 2;
		var priceDisplayMethod = 0;
		var roundMode = 2;
	</script>
	<link href="[url="view-source:http://coolahcreations.com/themes/prestashop/css/global.css"]/themes/prestashop/css/global.css[/url]" rel="stylesheet" type="text/css" media="all" />
		<script type="text/javascript" src="[url="view-source:http://coolahcreations.com/js/jquery/jquery-1.4.4.min.js"]/js/jquery/jquery-1.4.4.min.js[/url]"></script>
	<script type="text/javascript" src="[url="view-source:http://coolahcreations.com/js/jquery/jquery.easing.1.3.js"]/js/jquery/jquery.easing.1.3.js[/url]"></script>
	<script type="text/javascript" src="[url="view-source:http://coolahcreations.com/js/tools.js"]/js/tools.js[/url]"></script>


</head>

<body id="index">
				<div id="page">

		<!-- Header -->
		<div id="header">
			<a id="header_logo" href="[url="view-source:http://coolahcreations.com/"]http://coolahcreations.com/[/url]" title="Coolah Creations">
				<img class="logo" src="[url="view-source:http://coolahcreations.com/img/logo.jpg?1323477694"]http://coolahcreations.com/img/logo.jpg?1323477694[/url]" alt="Coolah Creations" width="224" height="73"  />
			</a>

			<div id="header_right">

			</div>
		</div>

		<div id="columns">
			<!-- Left -->
			<div id="left_column" class="column">

			</div>

			<!-- Center -->

			<div id="center_column">


					</div>

<!-- Right -->
			<div id="right_column" class="column">

			</div>
		</div>

<!-- Footer -->
		<div id="footer"></div>
	</div>

	</body>
</html>

Link to comment
Share on other sites

Just the default theme that came with the install.

 


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
 <title>Coolah Creations</title>
 <meta name="description" content="Shop powered by PrestaShop" />
 <meta name="keywords" content="shop, prestashop" />
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
 <meta name="generator" content="PrestaShop" />
 <meta name="robots" content="index,follow" />
 <link rel="icon" type="image/vnd.microsoft.icon" href="http://coolahcreations.com/img/favicon.ico?1323477694" />
 <link rel="shortcut icon" type="image/x-icon" href="http://coolahcreations.com/img/favicon.ico?1323477694" />
 <script type="text/javascript">
  var baseDir = 'http://coolahcreations.com/';
  var static_token = 'c842f9cf73d0aafc0069b2a6de362b49';
  var token = '5a46ebb2800f90f2d5d2fb02c9a174ae';
  var priceDisplayPrecision = 2;
  var priceDisplayMethod = 0;
  var roundMode = 2;
 </script>
 <link href="/themes/prestashop/css/global.css" rel="stylesheet" type="text/css" media="all" />
  <script type="text/javascript" src="/js/jquery/jquery-1.4.4.min.js"></script>
 <script type="text/javascript" src="/js/jquery/jquery.easing.1.3.js"></script>
 <script type="text/javascript" src="/js/tools.js"></script>

</head>

<body id="index">
 <div id="page">
  <!-- Header -->
  <div id="header">
   <a id="header_logo" href="http://coolahcreations.com/" title="Coolah Creations">
 <img class="logo" src="http://coolahcreations.com/img/logo.jpg?1323477694" alt="Coolah Creations" width="224" height="73"  />
   </a>
   <div id="header_right">

   </div>
  </div>
  <div id="columns">
   <!-- Left -->
   <div id="left_column" class="column">

   </div>
   <!-- Center -->
   <div id="center_column">
  </div>
<!-- Right -->
   <div id="right_column" class="column">

   </div>
  </div>
<!-- Footer -->
  <div id="footer"></div>
 </div>
 </body>
</html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...