Topic: PhP Problem

Hello, I have a probleme with the script, look at the picture !!   sad

http://demo.chevereto.com/thumbs/chevereto.png

Thumbs up

Re: PhP Problem

enable php on your server

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: PhP Problem

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

Last edited by Xtremeuploader (2011-02-24 05:54:51)

Thumbs up

Re: PhP Problem

Xtremeuploader wrote:

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?

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: PhP Problem

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 ....

Last edited by Xtremeuploader (2011-02-25 08:41:37)

Thumbs up

Re: PhP Problem

sudo apt-get install php5 php5-gd

(then restart apache).

for me works great.

Re: PhP Problem

Same problem, gd is installed ...  sad

Thumbs up

Re: PhP Problem

I have changed "<?" by "<?php" and changed the URL of the CSS and it's better ...  roll

http://demo.chevereto.com/images/phpchevere.png

Thumbs up

Re: PhP Problem

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 )

Last edited by Danny.Domb (2011-03-17 15:24:46)

~ Sup?!

Thumbs up