Hi,
Brion Vibber wrote:
If you can, please try to debug this. Make sure PHP's error logging is on (set logging to a file in php.ini and restart apache).
I found out that my memory limit for PHP was not big enough. It was 8M, I set it on 32, everything works now. Thanks.
- The TeX support does not work. I compiled texvc and put it into
/var/www/wiki/math directory. Now I get the following error message, when using the <math>-Tag:
PNG conversion failed; check for correct installation of latex, dvips, gs, and convert
All those programs are installed and known to work.
Please make sure that all programs are in the PATH that apache sees. You can do a putenv() in your LocalSettings.php if necessary.
I put a 'print getenv("PATH");' into LocalSettings.php and the returned path is "/bin:/usr/bin:/sbin:/usr/sbin. All executables are in /usr/bin (I checked with which).
Still no luck here.