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

Status
Not open for further replies.

beklerken

Chevereto Member
my server use php 5.4.xx

and new update need 5.5

This server is currently running PHP version 5.4.45-0+deb7u5 and Chevereto needs at least PHP 5.5.0 to run. You need to update PHP in this server.

any way for php 5.4 or must i update my server
 
If you can't go PHP > 5.4 then open app/lib/integrity-check.php and get rid of the PHP restriction. Just remove these lines:

PHP:
    if(version_compare(PHP_VERSION, '5.5.0', '<'))
        $install_errors[] = 'This server is currently running PHP version '.PHP_VERSION.' and Chevereto needs at least PHP 5.5.0 to run. You need to update PHP in this server.';

But you should update your old php soon.
 
Status
Not open for further replies.
Back
Top