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

Update 3.8.4 and PHP ?

Status
Not open for further replies.

slyckers

Chevereto Member
Hello,
My current version works well and this is my configuration:
upload_2016-10-21_18-23-0.png
I'd like to do the update manually, but in the recommendations, specify you need PHP 5.5 or higher.
Currently 3.7.4 version works great with my PHP release.
Is it imperative to update PHP-or do you think the new version will work on my server?
Thanking you
 
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