• 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

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