Thank you very much Rainer, the install.lock file was missing and after I created empty file, it redirected to login prompt but the login attempt failed with the following error "/var/www/siremis-4.0.0/siremis/log/ERR.log" cannot be opened with mode "a".
Date: Fri, 14 Mar 2014 08:08:06 +0100
From: rainer.piper@soho-piper.de
To: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] SIREMIS not redirecting to login widow
Hi Abdul,
can you check for an empty file named install.lock in the siremis
directory
Look at siremis/index.php
<?php
if(is_file(dirname(__FILE__).'/install.lock')){
include 'bin/_forward.php';
}else{
$script_name = $_SERVER['SCRIPT_NAME'];
$url =
str_replace("index.php","install/",$script_name);
echo
"<script>location.href='$url'</script>";
exit;
}
?>
If the file install.lock not exists ... redirect to directory
install ;-)
If it is not there ... place an empty file install.lock in the
siremis directory manually.
Regards
Rainer
Am 14.03.2014 05:45, schrieb malik sherif:
any body experienced problem having login window
popup?
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Rainer Piper
NOC - +49 (0)228 97167161 - sip.soho-piper.de
NOC - +49 (0)2247 9064188 - sip.tele33.de - sip.tefonix.de - D293
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users