I'm currently trying to install invision power board as the forum provider for my website, but no matter what I do when i go to /community/ or /admin/install/ i get this error:
https://i.stack.imgur.com/jnWh7.png
I'm with 000webhost and i'm fairly sure they're not the cause, i've also created a MYSQL database for later on in the installation.
I also ensured that all of the files uploaded to the host and double checked this afterwards.
EDIT: The code located within index.php is:
<?php
/**
* @brief Installer bootstrap
* @author <a href='http://www.invisionpower.com'>Invision Power Services, Inc.</a>
* @copyright (c) 2001 - SVN_YYYY Invision Power Services, Inc.
* @license http://www.invisionpower.com/legal/standards/
* @package IPS Social Suite
* @since 2 Apr 2013
* @version SVN_VERSION_NUMBER
*/
require_once '../../init.php';
\IPS\Dispatcher\Setup::i()->setLocation('install')->run();