Warning: require_once(__DIR__/../application.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/wroot/data/www/MYSITE.com/install/index.php on line 16
Fatal error: require_once() [function.require]: Failed opening required '__DIR__/../application.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/wroot/data/www/MYSITE.com/install/index.php on line16
There's no such a directory on the server: .:/usr/share/php:/usr/share/pear
MYSITE is a stub for a real site name
*Why no to make an installation wizard, that checks all the requirements first and gives recommendations on the found issues?
Posts: 1,526Member, Administrator, Sourcefabric Team
> > *Warning*: require_once(__DIR__/../application.php) [function.require-once]: > failed to open stream: No such file or directory in * > /var/www/wroot/data/www/MYSITE.com/install/index.php* on line *16*
it means that you didn't extract all files from tarball. Try to extract again and check for errors during this.