[Mediawiki-l] <math>

Rob Desbois robert.desbois at chronos.co.uk
Tue Jun 6 13:17:04 UTC 2006


>>>> Doesn't work for me...changed both images/tmp *and* images/math to  
>>>> 777 permissions and both are user nd group apache. Web server  
>>>> running as user and group apache, apache user is definitely in  
>>>> apache group.

>> Have you tried debugging texvc to work out exactly which step is  
>> failing? If you look at the OCaml source for texvc, specifically the  
>> render.ml file, you'll see this block:
>>         (* Commenting this block out will aid in debugging *)
>>     Sys.remove (tmpprefix ^ ".dvi");
>>     Sys.remove (tmpprefix ^ ".aux");
>>     Sys.remove (tmpprefix ^ ".log");
>>         Sys.remove (tmpprefix ^ ".tex");
>>     Sys.remove (tmpprefix ^ ".ps");

>> Try temporarily removing those lines to see which temporary files get  
>> left behind. (Remember to recompile texvc!)

David,
Cheers for the reply - make sure you reply to the list so any useful info gets archived!
Commenting the codeblock didn't help - no extra temp files, no extra info (I did recompile :D)

Can any MediaWiki hackers inform me how to get the Wiki to display some slightly more useful info about the failure?
Pretty please??

--Rob


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________



More information about the MediaWiki-l mailing list