Server Error 500 when viewing site on localhost using MAMP - Joomla! Forum - community, help and support
hi,
i'm new joomla. i'm running mamp , setting site locally , plan move server when it's ready.
i've been trying create template site (after taking few lynda.com courses on joomla) , got package upload properly. unfortunately, when clicked view site on admin side, didn't site. got "http error 500 (internal server error): unexpected condition encountered while server attempting fulfill request."
it not when change template 1 of stock templates, it's template. i'm not sure start in terms of finding what's wrong. i've attached index.php (pasted below) , xml file.
i not married making own template. basically, i'm transferring site @ sabcable.com on joomla , happy find template similar module layout can on life.
if has recommendations me on this, i'd eternally grateful.
thanks,
tracey
i'm new joomla. i'm running mamp , setting site locally , plan move server when it's ready.
i've been trying create template site (after taking few lynda.com courses on joomla) , got package upload properly. unfortunately, when clicked view site on admin side, didn't site. got "http error 500 (internal server error): unexpected condition encountered while server attempting fulfill request."
it not when change template 1 of stock templates, it's template. i'm not sure start in terms of finding what's wrong. i've attached index.php (pasted below) , xml file.
i not married making own template. basically, i'm transferring site @ sabcable.com on joomla , happy find template similar module layout can on life.
if has recommendations me on this, i'd eternally grateful.
thanks,
tracey
code: select all
<?php
defined('_jexec') or die;
$app = jfactory::getapplication;
?>
<!doctype htmp public "-//w3c//dtd xhtml 1.0 transitional//en"
"http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>"
lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="php echo $this->baseurl ?>
/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="php echo $this->baseurl ?>
/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="php echo $this->baseurl ?>/template/<?php echo $this->template ?>/css/default.css" type="text/css" />
<link rel="stylesheet" href="php echo $this->baseurl ?>/template/<?php echo $this->template ?>/css/p7pmh0.css" type="text/css" />
<link rel="stylesheet" href="php echo $this->baseurl ?>/template/<?php echo $this->template ?>/css/p7crvboxes982_3col.css" type="text/css" />
<link rel="stylesheet" href="php echo $this->baseurl ?>/template/<?php echo $this->template ?>/css/p7crv_pmmhz.css" type="text/css" />
<link rel="stylesheet" href="php echo $this->baseurl ?>/template/<?php echo $this->template ?>/css/p7crv03.css" type="text/css" />
</head>
<body>
<!-- header -->
<div id="masthead">
<div id="logo"><a href="index.php"><img src="images/logo-web.png" width="262" height="191" border="0" /></a>
</div>
<!-- start of part search html -->
<jdoc:include type="modules" name="partsearch" style="xhtml" />
<!-- end of search box html -->
</div>
<!-- end of header.php file code -->
<div id="navbar">
<div id="navbar_inner">
<div id="navbar_inner2">
<!-- header navigation -->
<jdoc:include type="modules" name="topnav" style="xhtml" />
<!-- end header navigation -->
<div class="clearfloat"> </div>
</div>
</div>
</div>
<div class="c3_982" id="columnwrapper">
<!-- left side bar -->
<div class="section_boxtop" id="columntop"> </div>
<div id="c1">
<jdoc:include type="modules" name="c1" style="xhtml" />
</div>
<!-- end left sidebar -->
</div>
<div id="c2">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
<!-- right side bar -->
<div id="c3">
<jdoc:include type="modules" name="c3" style="xhtml" />
</div>
<!-- end right side bar -->
<div id="columnbottom"> </div>
</div>
<!-- footer -->
<div id="footer">
<jdoc:include type="modules" name="footer" style="xhtml" />
</div>
<!-- end footer -->
</body>
</html>
if can afford artisteer can make compliant templates quite easily. not connected artisteer except user
Comments
Post a Comment