piwikjapan / plugin-clickheat

GNU General Public License v2.0
26 stars 12 forks source link

Use of undefined constant LANG_CLEANER_RUN - assumed 'LANG_CLEANER_RUN' #10

Open volomike opened 9 years ago

volomike commented 9 years ago

When trying to view the clickheat today, I received the following error:

Use of undefined constant LANG_CLEANER_RUN - assumed 'LANG_CLEANER_RUN'

plugins/ClickHeat/libs/cleaner.php, line 157

However, I refresh the page and the error goes away.

DTP2 commented 9 years ago

Installed this plugin yesterday and today I'm presented with the same error as well.

WARNING: /home/usr/domains/mydomain.nl/public_html/piwik/plugins/ClickHeat/libs/cleaner.php(157): Notice - Use of undefined constant LANG_CLEANER_RUN - assumed 'LANG_CLEANER_RUN' - Piwik 2.14.3

RpCoding commented 9 years ago

I had a quick look, it's nothing important. In line 157 the cache cleaner wants to inform you how many files and directories have been deleted from the cache. Since that's not really useful for me I just commented out that line to get rid of the warning.

tyeth commented 8 years ago

+1