• 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 Problem

Xtremeuploader said:
Php is installed, there isn't problem with my Forum !!
It isn't a problem with the extensions/module of Apache or Php ?

The output looks like you are not running php on that folder or maybe the lang file is missing... Are you using the latest version?
 
I just need PHP and not a special module ?

Ex. php5-common, php5-curl, php5-dev, php5-gd, php5-idn, php-pear, php5-imagick, php5-imap, php5-json ....
 
I have changed "<?" by "<?php" and changed the URL of the CSS and it's better ... :rolleyes:

phpchevere.png
 
You need to replace in every files tags : <? to <?php

Since PHP 5 . X php do not use <? tags

- Index.php
- Engine.php
- All languages files

Make sure if you use a programs to rename them all, that their is no "double" remplacement (you might get tags like <?phpphp )
 
Back
Top