• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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