I would say, you should enable php open short tag in your php.ini or as a php_value in the apache config. http://perishablepress.com/press/2009/01/12/php-short-open-tag/
Am 12.10.2011 17:14, schrieb Barry Quiel: > On 10/12/2011 7:34 AM, Selvaraj M wrote: >> Hi, >> >> I'm getting this error in opening a web admin GUI page. >> Kindly please help me how to overcome this error. >> I have configured the apache using web min. >> Please help me. >> >> .focus();"> >> [ Packetfence ] <https://10.176.57.8:1443/index.php> >> >> * Login <https://10.176.57.8:1443/%3C?=$abs_url?%3E/#> >> >> >> Error! Your IP address has changed since you logged on. Please log in >> again."; } if(isset($failed)){ if(!isset($_COOKIE['test'])){ print " >> Error! Your browser does not have cookies enabled. Cookies are >> required for using the PacketFence GUI. >> "; } else{ echo "Invalid Username/Password"; } } if >> (isset($_GET['logout'])){ echo "Logged Out >> "; } else if(isset($_GET['expired'])){ echo "Your session has >> expired"; } ?> >> Username "> >> Password >> >> >> >> With thanks >> IT Guy >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2d-oct >> >> >> _______________________________________________ >> Packetfence-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/packetfence-users > Make sure you have "short_open_tag = On" in your php.ini > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > > > > _______________________________________________ > Packetfence-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/packetfence-users ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
