Hello, yes I have root on the server.

I made the change in php.ini and it works now. smile

Thanks.

I ran a test to make sure php works, and it does.

I saved the following in test.php

<?php

phpinfo();

?>

and it works fine, so my php installation is okay. But when I run chevreto, it is not parsed. I checked the code and saw that it uses only <? instead of <?php so it seems that is causing the problem. I'm running Apache on a Fedora 12 server.