Config file says:
[header_logo]
alt = Yoah Logo Heah, deah
height = 30
width = 250
link = http://www.scanandgocard.com
src = http://localhost:8000/mtlogo.png
page source says:
<div id="header">
<a id="logo" href="http://www.scanandgocard.com"><img
src="http://localhost:8000/mtlogo.png" alt="Yoah Logo Heah, deah"
height="30" width="250" /></a>
</div>
Which appears correct. And the log file for tracd says:
127.0.0.1 - - [28/Oct/2009 10:13:15] "GET /tractest/report/2 HTTP/
1.1" 200 -
127.0.0.1 - - [28/Oct/2009 10:13:16] "GET /mtlogo.png HTTP/1.1"
404 -
If I try to execute the url that's in the config file, the resulting
page says "image can't be displayed because it contains errors." Yet,
Apache can display it when I put it in an html page along with some
other images. That's why I'm wondering if tracd is pointed to the
wrong place, if one of my environment variables is incorrect.
jim
On Oct 28, 10:01 am, Scott Mead <[email protected]> wrote:
> On Wed, Oct 28, 2009 at 10:59 AM, Jim Mirick <[email protected]> wrote:
>
> > Maybe this is a tracd issue? I'm putting a complete URL in the
> > configuration file, and the page source then says:
>
> > <img src="http://localhost:8000/home/jrm/tractest/htdocs/
> > mtlogo.png <http://localhost:8000/home/jrm/tractest/htdocs/%0Amtlogo.png>"
>
> Nope, you can't use that URL. If the file is in your htdocs, then you
> should use the url:
>
> http://servername:8000/mtlogo.png
>
> --Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---