• 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

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