-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in plugin with cron: console core:archive #87
Comments
That looks strange. The called function "getBotTracker()" is used to create the dashboard-report. I have no clue, why this is called during the archive-run. But it faults to execute the fuction "getActiveIcon". It's in the file "BotTracker/functions.php" |
@Thomas--F above I can see it's a scheduled report that is being generated. Maybe the plugin's public function __construct(){
$dir = \Piwik\Plugin\Manager::getPluginDirectory('BotTracker');
require_once $dir . '/functions.php';
} |
I've tested the construct-function on my local server. It makes no difference, so everything in the dashboard runs as expectet. |
Sorry for the late reply. |
Thanks for testing. |
I've got this for quite some time now, I've waited to see if someone else got the same error.
As the title, I've got this when my cron runs
console core:archive
and this error shows up.It started like 2-3 weeks ago.
If you need something else, let me know.
The text was updated successfully, but these errors were encountered: