My site is running all kinds of things so it might be anything.
Drupal 6.14
CCk
Views
All caching on
Views caching on
Block caching on

Cache Router Module

Here one of several errors that's happening to old users and new users. I can't recreate the error and I don't know what the pages look like that are being served. It's a nightmare.

Type page not found
Date Sunday, November 29, 2009 - 2:35am
User #####
Location http://www.thetriton.com/sites/all/modules/%20(1%20week%201%20day%20ago)%3C/div%3E%3Cdiv%20class=
Referrer http://www.thetriton.com/ed-classified/tid/457
Message sites/all/modules/ (1 week 1 day ago)

Severity warning
Hostname 80.227.###.###
Operations

Comments

Adam S’s picture

This is the code from the open publish installtion profile. My guess is that some people are looking at the website with older browsers that don't clean up the code. I think that I'm missing a 'head' tag. I have five page.tpl.php templates. Here is the head on all of them. What do you thing?

<?php
$is_admin_page = (strncmp(request_uri(), '/admin', 6)) ? false : true;
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
    <title><?php print bb_strip($head_title); ?></title>
    <?php 
    	print str_replace('rss.xml', 'rss/articles/all', $head);      
    ?>
    <?php print $styles ?>
    <?php print $scripts ?>
   
    <!--[if lte IE 7]><?php print phptemplate_get_ie_styles(); ?><![endif]--><!--If Less Than or Equal (lte) to IE 7-->
  </head>

EDIT: For some reason none of my page.tpl.php files had the opening head tag in it. So I assume that it must be ie7 that wasn't outputing correct tags. However, I never figured out how to get ie7 on my computer so all I could do to test was use the ie7 emulation. I hope that is the problem.

If some one has ie7 can you take a moment to checkout my site listed below, please? I would appreciate it very much. I wonder why FireFox does HTML cleanup. Is there a toggle for HTML cleanup in firefox?