Brilliance No Route Passed

Hi All,

I found a few threads with this but tried what was suggested to no avail.

<?php

?>
<!DOCTYPE html 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">
<head>
<title><?php echo $page_title; ?></title>
<?php echo $page_htmlhead; ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="all" />
<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/geekia/css/style.css" type="text/css" media="screen" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/jquery.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/slide.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/geekia/js/s3Slider.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
   $('#s3slider').s3Slider({
	  timeOut: 9000
   });
}); 
</script>
</head>
<body>
<?php echo $page_htmlreq; ?>
<!-- Wrapper Starts -->
<div id="wrapper">

That’s how the code for my layout.tpl starts but it still gives the no route passed error when adding to bid.

Any help appreciated.

Many thanks,

Graham

Hi Graham. I messed with that until I was blue in the face a a few fist fulls less of hair and never got it solved. I moved code around and could make 1 thing work and it broke another. either way I went, it never worked right. I hope you can find a answer to the problem.

Ok guys. I know this one has been rehashed again and again and yet again and many people including me have struck out with fixing this issue…Until just now.

I started removing stuff from the header of my layout.tpl file and putting stuff back in until I no longer got the “No Route Passed” error.

Here is what I removed.

<!-- jQuery - the core -->
<script src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/jquery.js" type="text/javascript"></script>
<script src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/jquery-1.3.2.min.js" type="text/javascript"></script>

Ironically enough, so far everything on site works just fine without it. How is this possible? I know The default Crystal skin does not use it so I figured what the hell and gave it a try and now no more error.

I am curious if anyone can shed some light on this one for me.

Ray

Doesn’t Nabeel include the jquery library at the start?

Ahh then that would be the long awaited answer to that problem with this skin then.