Hi,
help.
I am trying roundcube webmail under MS Windows (2003 server) with no luck. I have attached the error message pic.
Regards
Bijan
IE in 2003 server is configured by default in a High Security mode...thus, it won't accept cookies. In the tools->options there is a setting for allowing cookies. Without them Roundcube will not function correctly
~Dianoga
Bijan Kani wrote:
Hi,
help.
I am trying roundcube webmail under MS Windows (2003 server) with no luck. I have attached the error message pic.
Regards
Bijan
Seems like your Server does not provide $_SERVER['SCRIPT_FILENAME'] Try to replace line 48 with $CURRENT_PATH = './'; or with $CURRENT_PATH = '/absolute/path/to/roundcube/';
It has nothing to do with the cookies as your screenshot shows, that the server could not send the Cookie headers.
Regards, Thomas
Bijan Kani wrote:
Hi,
help.
I am trying roundcube webmail under MS Windows (2003 server) with no luck. I have attached the error message pic.
Regards
Bijan