No i had change that to 60 sec (for testing) but afther about 1 hour the bots an guest were count.combuster wrote:@FrankiePlankie: Maybe it was the cache-time (default 600seconds, see config in ACP).
Code: Select all
mod_fcgid: stderr: PHP Fatal error: Call to undefined function mb_strtoupper() in /home/mcempire/public_html/forum/ext/robertheim/activitystats/language/en/permissions_activitystats.php on line 42
Thanks for the tip. Installed via yum and all is goodRMcGirr83 wrote:That's because mbstring is not installed as an extension to PHP. Your host can enable it for you.
Nice thanks =) It will be integrated in finale release.BianCionaa wrote:Here is the Dutch translation of the extension
When will be released the new RC?combuster wrote:Nice thanks =) It will be integrated in finale release.
Hey Raul, ..when these are finished: https://github.com/RobertHeim/phpbb3_1- ... ats/issuesRaul [ThE KuKa] wrote:When will be released the new RC?
Thanks Robert, I'm waiting, it's a great ext.combuster wrote:Hey Raul, ..when these are finished: https://github.com/RobertHeim/phpbb3_1- ... ats/issues
Especially I am waiting for this: viewtopic.php?p=13780226#p13780226
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/robertheim/activitystats/event/main_listener.php on line 574: join() [function.join]: Invalid arguments passed
Code: Select all
return join(" • ", $total_news_string);
Code: Select all
if (!empty($total_news_string))
{
return join(" • ", $total_news_string);
}