From: Chris O'H. <cm...@gm...> - 2007-06-14 02:52:53
|
Hello, I am running phpwiki 1.3.11p1 on my Kubuntu Dapper machine. I am trying to get the Tex2png plugin working. The first error I got related to the /images/tex directory not being writeable. I created the directory in /usr/share/phpwiki/ so that I now have /usr/share/phpwiki/images/tex I can now see the png files being created in this directory and the error about not being writeable has gone away. However, whenever I use the wiki, the latex code is still displayed. ie the alt description in the <img> tag. I can see the correct reference for src="images/tex/12345abcde.png" but the images isn't displayed. I've set the read write permissions to everyone And I've checked in the config.ini file and made sure png is included in the inline images configuration. Is there something else I need to do to make it go? Thanks for your time and attention. Chris |