daily-report.php via cronjob

Issue #78 resolved
Dieter Schütze created an issue

/usr/local/libexec/piler/daily-report.php /var/www/html/piler

If i want to get my daily report via cronjob, i got the following error

Fatal error: Call to a member function get() on a non-object in /var/www/html/piler/model/stat/counter.php on line 12

This has to do with memcache, because mamcache is enable but only set in index.php

Comments (6)

  1. Dieter Schütze reporter

    It works with the following warning PHP Warning: MemcachePool::get(): Invalid key in /var/www/html/piler/model/stat/counter.php on line 12

    Thank you for the fast fixes for this very nice project Much better than benno ;-)

    Regards Dieter

  2. Dieter Schütze reporter

    Fine, it works without any errors or warnings

    Thank you for the great work

    You can close this.

  3. Log in to comment