Hello Community,
I have it learned that a beta version of B2evolution is outside and was about to upgrade. The upgrade does not work and me it will be displayed:
Backtrace:
debug_die ("This version is too new! We can not on the version, try to install it, downgrade ...")
File: /[...]/blogs/install/_functions_evoupgrade.php on line 334
upgrade_b2evo_tables ("evoupgrade")
File: /[...]/blogs/install/index.php on line 922
Ignored load: 1
I have the upgrade instructions followed and made it like is there. It is said that this beta version is too new and it may not upgraded will.
I come now to my blog not because I have to upgrade. What can I do? Thank you in advance for your help.
Hi @alexl,
Maybe you forgot to upload some files to your site, or even worst, maybe you uploaded the wrong files. Please make sure that you have the latest version of all of them, for example, check the value of
$new_db_version
atconf/_application.php
, it should be 11410.You can also check your current database schema version, by going to the table
evo_settings
and looking for the row db_version (if you have access to phpMyAdmin or similar through your hosting's control panel). That version cann't be greater than the version set in your application.php file.Regards!