Quote:
Originally Posted by imiviortal
hey, ive got all necessary programs (latex, dvips , Ghostscript , convert , identify) and all set to the right path in admin cp.
although , i still get this :
i am using vb.4.0.8
any ideas?
|
That error appears if it cannot call the latex executable. Make sure that the full path written in the admincp is correct (in a console, write
ls [path], it should show the latex file). If the path is correct, it might be some configuration in php that doesn't give you permission to execute external programs thought the php exec command.
You can try to take a look at the error file in your server to see what was the problem.