Category Archives: Blog

Piwik gives “Error: PHP version > 5.3.3 required” during install

When trying to install Piwik 2.8.3 I kept getting “PHP version 5.3.3 PHP version > 5.3.3 : Error: PHP version > 5.3.3 required” even though my server was running PHP 5.3.3. To fix this I modified piwik/core/testMinimumPhpVersion.php Change line 19 from $piwik_minimumPHPVersion = ‘5.3.3’; to $piwik_minimumPHPVersion = ‘5.3.2’; Upload this file to your webserver and…

Read more

Cisco AnyConnect VPN not working on Windows 8

After installing Cisco AnyConnect VPN Client on Windows 8 Enterprise x64 you may get the following error message after you log into your VPN and the client is establishing the connection: The Client Agent has encountered an error To fix the issue open REGEDIT and browse to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpnva If you are having the…

Read more