Hello,
after installation of current ox6.18 on openSUSE 11.3 I am not able to start the web-frontend in Firefox.
The message
is displayed.
But javascript and cookies are enabled, in fact. Opening the Firefox-Error console displays:
"check is not defined"... looking into index.html, I found an item
and all links have the path-prefix "v=MadTQNA".
The file "/etc/apache2/conf.d/proxy_ajp.conf" was created, and "/etc/apache2/vhosts.d/ox.conf" too.
And
was added to "/etc/sysconfig/apache2".
What is going wrong here? Please help. How can this be fixed?
Many thanks, Mike.
after installation of current ox6.18 on openSUSE 11.3 I am not able to start the web-frontend in Firefox.
The message
Code:
"You need to enable JavaScript to access the Open-Xchange Server."
But javascript and cookies are enabled, in fact. Opening the Firefox-Error console displays:
"check is not defined"... looking into index.html, I found an item
Code:
<script src="v=MadTQNA/check.js" type="text/javascript">
The file "/etc/apache2/conf.d/proxy_ajp.conf" was created, and "/etc/apache2/vhosts.d/ox.conf" too.
And
Code:
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user authn_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir proxy headers deflate authz_default proxy_ajp rewrite"
What is going wrong here? Please help. How can this be fixed?
Many thanks, Mike.
Comment