Hi,

i got a solution for my trac 0.11.3 ubuntu 8.04 apache2 single project
installation to run the WikiToPDF-Plugin with the images show up.
First of all i set in file: /etc/apache2/sites-available/trac

<Location /trac>
   SetEnv TRAC_ENV "/var/trac/wiki"

   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonPath "sys.path + ['/usr/share/trac']"
   PythonOption TracEnv /var/trac/wiki
   PythonOption TracUriRoot /trac/wiki

   AuthType Basic
   AuthName "Trac"
   AuthUserFile /etc/apache2/trac.passwd
#   Require valid-user
</Location>

The following parameter from PythonOption TracUriRoot /trac to
PythonOption TracUriRoot /trac/wiki

Then in file : /var/trac/wiki/conf/trac.ini
[wikitopdf]
base_dir = /var
folder_name = trac
link = http://localhost/trac/wiki

pathtocover = /var/trac/wiki/cover
titlefile =

the parameter base_dir is set to  /var

I've tested the following Image-Macro's in some wiki-sides:
1 .[[Image(wiki:TicketSystem:basic-workflow.png)]]

2.[[Image(TicketSystem:basic-workflow.png)]]


3.[[Image(basic-workflow.png)]]

The first two are working the thrid throws an error-print-out in the
PDF.

sincerely
  Ice
On Mar 5, 7:57 pm, yoheeb <[email protected]> wrote:
> Is there a particular reason you reposted this?  you started this
> thread:http://groups.google.com/group/trac-users/browse_thread/thread/7bb4b7...
> a couple days ago, and I was trying to work with it on you.  Now I am
> just annoyed.  This is a community that does try to help each other
> out as best we can, but we don't get paid to do tech support for you,
> so you need to have a little patients, do some of the leg work
> yourself, and not acutally make it harder for us to piece together all
> your threads.
>
> additionally, this is an e-mail list, so your "marked yellow" comments
> aren't marked yellow.  FYI
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to