I upgraded my piwik server to 1.4 yesterday. After the upgrade the powershell cron script stopped working.
first I got a security warning :
File D:\piwik\misc\cron\archive.windows.ps1 cannot be loaded. The file D:\piwik
\misc\cron\archive.windows.ps1 is not digitally signed. The script will not exe
cute on the system. Please see "get-help about_signing" for more details..
At line:1 char:22
+ .\archive.windows.ps1 <<<<
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException
I cleared that up and got this :
Fatal error: Undefined class constant 'MYSQL_ATTR_LOCAL_INFILE' in D:\piwik\core\Db\Adapter\Pdo\Mysql.php on line 22
on a whim I tried the ran the older 1.3 cron job from a copy of the code tree I made before the install… that one ran fine…