Hello guys,
I'm trying to install Joomla_1.1.0-Alpha2 on my own apache2 server (SuSE Linux 10.0) for testing/evaluating, but after unzipping/untarring the files and executing the script in my webbrowser to install it I get the following output instead of an install-wizard:
Quote:
Warning: main(includes/framework.php) [function.main]: failed to open stream: No such file or directory in /srv/www/htdocs/joomla_test/includes/application.php on line 17
Fatal error: main() [function.require]: Failed opening required 'includes/framework.php' (include_path='/usr/share/php') in /srv/www/htdocs/joomla_test/includes/application.php on line 17
I've been looking all over. On line 17 of
application.php it is trying to do this...
Code:
require_once( 'includes/framework.php' );
Is there possibly something 'wrong' with my server. I'm using apache2, php (version 4.4.0). I hope anyone can help me on my way so I can see what the future of Joomla will be. Thank you in advance.
Mark Visser