Default install shows errors in error_log

Hi there

I used cpanel/Softaculous to install Piwik 2.15.0 on shared hosting at Vidahost.com
The hosting is PHP 5.4.25, mysql 5.5.46-cll which I believe matches the minimum requirements for Piwik.

After the very quick installation I went to /index.html and got 'Internal Server Error’
If I look on the server in the newly created directory for piwik I see an ‘error_log’. Inside this file are several warnings and then one fatal error. I copied everything below, but I assume the fatal error is most important for now.
What can I do do solve this ?
I am not familiar with PHP :frowning:

Thank you !
Gijs

[02-Dec-2015 17:45:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Dec-2015 17:45:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Dec-2015 17:45:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Dec-2015 17:45:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20090626/sqlite.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Dec-2015 17:45:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Dec-2015 17:45:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20090626/ffmpeg.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Dec-2015 17:45:20 UTC] PHP Fatal error: Directive ‘allow_call_time_pass_reference’ is no longer available in PHP in Unknown on line 0

Hi there

please ask your webhost to help

Indeed - it was a problem with the php.ini according to the hosting and they solved it by replacing it with the default php.ini of the server. It now works.

Thank you !