Page 1 of 1
Statistics
Posted: Tue Oct 14, 2008 10:12 pm
by JeremyBASS
On my site that I upgraded 1.3.1 to 1.4.1, in the Module Manager it says Statistics-0.9.0b2 is Incompatible... is this true??? I thought all 1.+ would work together??? thanks for the help.
jeremyBass
Re: Statistics
Posted: Wed Oct 15, 2008 3:28 pm
by jmcgin51
Interesting. Stats 0.8.0b9 works fine with 1.4.1. I wonder why .9.0b2 is "incompatible".
Re: Statistics
Posted: Thu Oct 16, 2008 2:27 pm
by blast2007
Same here!
With release 1.4.1 statistics 0.8.0b9 works fine.
Now 0.9.0b2 seems to be incompatibile...
Anyone knows why?
regards
blast
Re: Statistics
Posted: Thu Oct 16, 2008 4:20 pm
by blast2007
Mmm,
maybe something is going wrong with statistics repository (maxcmsversion or mincmsversion)...
Code: Select all
...
if( (!empty($oneresult['maxcmsversion']) &&
version_compare($CMS_VERSION,$oneresult['maxcmsversion']) > 0) ||
(!empty($oneresult['mincmsversion']) &&
version_compare($CMS_VERSION,$oneresult['mincmsversion']) < 0) )
{
$oneresult['status'] = 'incompatible';
}
...
Re: Statistics
Posted: Fri Oct 24, 2008 3:15 am
by JeremyBASS
was that the issue?
***BTW****
if you install it it seems to work...

Re: Statistics
Posted: Fri Oct 24, 2008 7:34 am
by hexdj
For some reason Silmarillion's modules display Incompatible in Module Manager but you can install them via FTP and they work fine.
Re: Statistics
Posted: Sat Jan 10, 2009 10:11 pm
by tebe
Under cms 1.5.1 statistics Version 0.9.1 says incompatible.
Please tell me how to ftp it for installation.
Thanks
TB Holland
Re: Statistics
Posted: Sat Jan 10, 2009 11:15 pm
by JeremyBASS
you can always save the xml, and just over right it from Located:Extensions » Modules ....
cheers
jeremyBass