http://massive-esports.de/hosted/bbg/install/index.php
PHP5 is bound to Apache2 via fcgi, apparently for security ;) An hardcoded "install-config" may be a workaround now(?).
some php.ini stuff
System Linux xxxxxx 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 Build Date Apr 26 2009 20:03:48 Server API CGI/FastCGI _SERVER Apache/2 _SERVER RESPONDER
Hope i can try this baby near in the future.
Fatal error: Call to undefined function apache_get_modules() in /var/customers/webs/web1/hosted/bbg/install/install.php on line 62
Thats the error message…
Hi,
I think you don't have access to that function or my be using an old php version.
It's just to check if .htaccess works or not.
any way, just comment out the line no 25 in that file $this->rewrite(); to //$this->rewrite();
and you are cleared :) Don't forget to give us feedback
Log in to post a comment.
http://massive-esports.de/hosted/bbg/install/index.php
PHP5 is bound to Apache2 via fcgi, apparently for security ;)
An hardcoded "install-config" may be a workaround now(?).
some php.ini stuff
System Linux xxxxxx 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64
Build Date Apr 26 2009 20:03:48
Server API CGI/FastCGI
_SERVER Apache/2
_SERVER RESPONDER
Hope i can try this baby near in the future.
Fatal error: Call to undefined function apache_get_modules() in /var/customers/webs/web1/hosted/bbg/install/install.php on line 62
Thats the error message…
Hi,
I think you don't have access to that function or my be using an old php version.
It's just to check if .htaccess works or not.
any way, just comment out the line no 25 in that file
$this->rewrite();
to
//$this->rewrite();
and you are cleared :)
Don't forget to give us feedback