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