I noticed recently that my website dashboard shows zero visits on all sites (we have nearly 100 sites we are tracking), this seems to have happened after upgrading.
The piwik-archive.log shows the following error
Parse error: syntax error, unexpected T_STRING in /home/path/to/piwik//misc/cron/archive.php on line 12
Line 12 in the archive.php is
namespace Piwik;
What do I need to do ?
The piwik-archive.log shows the following error
Parse error: syntax error, unexpected T_STRING in /home/path/to/piwik//misc/cron/archive.php on line 12
Line 12 in the archive.php is
namespace Piwik;
What do I need to do ?