Topic: Cannot install Chevereto 1.9 and 1.91 with php 5.3.3 in freebsd

Hi,
I have installed Chevereto 1.9 with php 5.3.2. But it won't work with php 5.3.3.
1.91 won't work either.
The error message is "Use undefined constant LANG, ...."
"Use undefined constant URL_SCRIPT, ...."
Looks fastcgi won't parse the php file.


here is the link:
http://gao.homeftp.net:8180/Upload/

Thumbs up

Re: Cannot install Chevereto 1.9 and 1.91 with php 5.3.3 in freebsd

your php is not working

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

Re: Cannot install Chevereto 1.9 and 1.91 with php 5.3.3 in freebsd

frankpeng wrote:

here is the link:

enable "<?" in php.ini
chevereto uses <?, not <?php sad

Thumbs up

Re: Cannot install Chevereto 1.9 and 1.91 with php 5.3.3 in freebsd

Astramak wrote:
frankpeng wrote:

here is the link:

enable "<?" in php.ini
chevereto uses <?, not <?php sad


Thank you!
I changed php.ini

Now it is working!

Thumbs up

Re: Cannot install Chevereto 1.9 and 1.91 with php 5.3.3 in freebsd

frankpeng wrote:

Now it is working!

Himself recently faced such a problem:)
You're welcome!

Thumbs up