FabianSperrle / kirby-stats

A (very) simple stats plugin for the Kirby CMS http://getkirby.com
MIT License
43 stars 6 forks source link

multi lang issue #3

Closed andi242 closed 9 years ago

andi242 commented 9 years ago

commented this out it still gives an error when activating this on a single lang site.

c::set('language.detect', true);
c::set('languages', array(
                'code'    => 'de-de',
                'name'    => 'Deutschland',
                'locale'  => 'de_DE',
                'url'     => '/de',
                'default' => true,
                ),
            ));

stats widget is now showing up now if this is deactivated.

can you provide an stats.txt example for testing?

FabianSperrle commented 9 years ago

Please check out the new version. It only features single language pages for now and worked well on the starterkit