JamesBlond008 Posted August 15, 2018 Posted August 15, 2018 Hey Everyone, i wanted to update the statsmodule on my updated v1.0.3 > 1.0.5. But i get the "not compatible" message.
0 Tomik Posted August 15, 2018 Posted August 15, 2018 i think @lesley said first to update to 1.0.4 then 1.0.5
0 Traumflug Posted August 15, 2018 Posted August 15, 2018 When upgrading, did you change the version number for _TB_VERSION_ in settings.inc.php as well? That's the number where modules get compared against when deciding about compatibility.
0 x97wehner Posted August 15, 2018 Posted August 15, 2018 I just did a .03 to .05 update as @Traumflug indicated. No issues. All works well.
0 JamesBlond008 Posted August 16, 2018 Author Posted August 16, 2018 Yes: define('PSVERSION', '1.0.5'); define('TBVERSION', '1.0.5'); In the statsmodule file it says 1.0.3 I changed that to 1.0.5 but the error still appears
0 JamesBlond008 Posted August 16, 2018 Author Posted August 16, 2018 Its curious... i changed the statsmodule file and zipped it but after uploading it via BO on the Server its back on $this->tbversionscompliancy = '> 1.0.3'; where is the module upload folder so that i can delete the old zip file?
0 datakick Posted August 16, 2018 Posted August 16, 2018 @JamesBlond008 I've encountered the same problem a few times. I think this is an issue with php cache. The only thing that helped was to restart php server, or rename zip file.
0 JamesBlond008 Posted August 16, 2018 Author Posted August 16, 2018 Sadly renaming the Zip File didnt work for me. Any other hints for me? Its not my Server so i dont have the Option to restart the PHP Server
0 JamesBlond008 Posted August 16, 2018 Author Posted August 16, 2018 I tried to install Cookiebot and that gives me exactly the same "not compatible" Error? Am i missing something? I changed the Versions in the Database and settings file. :/
0 Traumflug Posted August 16, 2018 Posted August 16, 2018 define(‘PSVERSION’, ‘1.0.5’); define(‘TBVERSION’, ‘1.0.5’); It's _TB_VERSION_, these underscores are significant. And only _TB_VERSION_, please, PS version should stay at 1.6.1.999. Its curious… i changed the statsmodule file and zipped it but after uploading it via BO on the Server its back on $this->tbversionscompliancy = ‘> 1.0.3’; Why do you do this? 1.0.5 meets '> 1.0.3', so that's entirely fine.
0 colorful-ant Posted August 16, 2018 Posted August 16, 2018 do you have delete the old statsmodule´s ? since 1.0.4 new statsmodule (one for all)
Question
JamesBlond008
Hey Everyone,
i wanted to update the statsmodule on my updated v1.0.3 > 1.0.5. But i get the "not compatible" message.
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now