Hi!

First of all: Thanks for your nice theme! Suites me just fine!

The problem: I've started to notice that the theme generated log error when visiting the forums or trying to submit a comment in the forums.

When I looked it up I noticed that Garland theme uses:
print base_path() . path_to_theme()

So I placed that in the page.tpl.php, replacing the old one - and it's working just fine!!

Not a bug, perhaps, but I thought you should know.

/Hans G

Comments

derjochenmeyer’s picture

Assigned: Unassigned » derjochenmeyer
Status: Active » Postponed (maintainer needs more info)

where did you put this code?

are you sure that the error was still present in the new versio? I tried to confirm that error but i dont get any log entries... :)

hansroberto’s picture

I changed the code in page.tpl.php from:

 <!--[if lt IE 7]>
  <style type="text/css" media="all">@import "<?php print path_to_theme() ?>/fix-ie.css";</style>
  <![endif]-->
</head>

to:

 <!--[if lt IE 7]>
  <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/fix-ie.css";</style>
  <![endif]-->
</head>

The log errors:

warning page not found 2008-02-12 08:13 node/sites/all/themes/fourseasons/fix-ie.css
warning page not found 2008-02-12 08:13 comment/reply/sites/all/themes/fourseasons/fix-ie.css

Happened when visiting the forums and trying to write a comment.

Cheers!
/Hans

derjochenmeyer’s picture

Status: Postponed (maintainer needs more info) » Fixed

fixed in 5x.1.6

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.