Hello,
I want update to the version 3.3.1 but I got an error message :
After checking the file app/install/installer.php I have seen the update informations missing
Can you take a look ?
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 ?