Jump to content
thirty bees forum

Question

10 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

@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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...