• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

PHP files are not parsed/interpreted

ratman

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

I saved the following in test.php

Code:
<?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.
 
Do you own the server, or better said can you access your php.ini?
If so enable php shorthand by findig the config varible called
Code:
short_open_tag
put it like so:

Code:
short_open_tag = On

And chevereto will work.

If you can't mod you php.ini post back here.

--Gamerlv
 
Back
Top