Installation stops on welcome page "Next" link not working

Hello,

When I stared with the installation I had to set the following folders with permission 777 otherwise I could not go to the next step:

tmp
templates_c
tcpdf
sessions
cache
assets

But now I can’t continue because on the installation welcome page the link “Next” is not working it loads the url (http://www.website.nl/piwik/index.php?action=systemCheckbut) but nothing happens.

Is there anybody who had similar problems with the installation?

Thanks.

what version of piwik did you dowload? Did you download it in proper binary format?

Do you have any error logs that could help isolate the issue?

My server insists on 755 permissions on all directories and their contents, except “config” and “tmp”, instead of the more usual 744. The extra “1” means “Execute”.

The “config” directory and its contents needs 777. The contents of the “tmp” directory need 755, while the “tmp” directory itself needs 777.

I hope this helps.