• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Bug on 3.3.1 install

Status
Not open for further replies.

Clad38500

Chevereto Member
Hello,

I want update to the version 3.3.1 but I got an error message :
Fatal error: app/install is outdated. You need to re-upload app/install folder with the one from Chevereto 3.3.1

After checking the file app/install/installer.php I have seen the update informations missing

PHP:
'3.2.4' => NULL,
        '3.2.5' => [
            'api_v1_key' => G\random_string(32)
        ],
        '3.2.6' => NULL,
        '3.3.0' => [
            'listing_pagination_mode' => 'endless',
            'banner_listing_before_pagination' => NULL,
            'banner_listing_after_pagination' => NULL,
            'show_nsfw_in_listings'    => 0,
            'show_banners_in_nsfw'    => 0,
            'theme_peafowl_nsfw_upload_checkbox' => 1,
            'website_mode' => 'public',
            'website_content_privacy_mode' => 'default'
        ]

Can you take a look ?
 
You actually don't need to run install.php for 3.3.1 if you come from 3.3.0
 
Last edited:
Thanks for your answer, I have found one way i have install 3.3.0 and after the 3.3.1.

I see you have modify the file for add

PHP:
'3.3.1' => NULL

I has thinking to do that, but I prefere not touch install files 😀

You can lock the thread, thanks again
 
Last edited:
Status
Not open for further replies.
Back
Top