Error: The directory "/var/www/html/piwik/piwik/tmp/cache/tracker/" does not exist and could not be created

Hi, during my installation on Apache2 Ubuntu 14 with PHP 5.5+ I get the following error: “The directory “/var/www/html/piwik/piwik/tmp/cache/tracker/” does not exist and could not be created.” Why is this happening? I have had a successful Piwik Installation on this machine in the past. Any suggestions would be great thanks.

sudo chmod -R 777 tmp this did the trick, thanks

chmod a+w /piwik/tmp what about this? @Joergi

chmod a+w was what piwik suggested haha. Ok I’ll give it a shot, thanks.