Your hosting account doesn't meet the following requirements:
- zip PHP extension not installed
- gd PHP extension not installed
- mysql PHP extension not installed
However the extensions are installed
root@vps164250:~# php5 -m | grep -i zip
zip
root@vps164250:~# php5 -m | grep -i gd
gd
root@vps164250:~# php5 -m | grep -i mysql
mysql
mysqli
pdo_mysql
Restarted apache and still landing on this page. Any idea on how to fix this issue ??