PDA

View Full Version : PHP - application fatal error: "undefined function detectlanguage()"



alexmel7
24 Aug 2009, 01:55 PM
Hello everyone,

I am using a php calendar application called Izeit (http://www.izeit.nu/). I have installed the calendar on my server and it seems to work fine. However, there is a "mini" version (http://wiki.lime49.com/index.php?title=Blog_Integration_/_iZeit_Mini) of the calendar which I have integrated into pages on two websites I’ve developed (http://tstcareertech.org/calendar.php) (http://cterc.org/calendar.php) where I get the following fatal error: “Fatal error: Call to undefined function detectlanguage() in /home/message/public_html/izeit/includes/vars.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 105”. Can someone help me resolve this issue? I do not have access to the vars.php file where it says the function is. Is there something I need to set in the php.ini file to fix this?

is_numeric
01 Sep 2009, 01:23 AM
I do not have access to the vars.php file where it says the function is.

You need access to the code to fix it. Its the way it is!

I am not getting the error. How did you envoke it