Fatal Error: Call To Undefined Function In /home/www/web/index.php Line 196
Post Description: fatal error: call to undefined function in /home/www/web/index.php line 196
fatal, error, call, to, undefined, function, in, home, www, web, indexphp, line, 196
This Post Has Been Viewed 5821 Times Since Fri Feb 29, 2008 12:01 pm Posted By tacal with 5 replies
POST# 425
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: Fatal Error: Call To Undefined Function In /home/www/web/index.php Line 196
hi, can you help me tell me what this error means?
Fatal error: Call to undefined function in /home/www/web/index.php line 196
i am running a php script and for some reason i get this error
Fri Jul 06, 2007 10:54 am
1
webtech
Reply #1012
this just means that your script is looking for whatever funcion you have. look on line 196 and see what function you are calling on your script. basically its telling you that thte function you what to display on your script is not found..
Fri Jul 06, 2007 10:55 am
2
tacal
Reply #1013
this just simply means that the function doesn't exists and PHP cannot find it in your script
Fri Jul 06, 2007 10:55 am
3
webtech
Reply #1014
are you sure?
Fri Jul 06, 2007 10:56 am
4
tacal
Reply #1015
sorry, i copy and paste the wrong information. actually, i figured out. i was not including my function.php file and that's where i have the function that i was calling in my script. so now i included() into it and it works fine. thanks
Fri Jul 06, 2007 10:59 am
5
webtech
Reply #1016
good, just remember that if you are getting this error php is telling you "i can't find the function you want"
Related
- Fatal error: Call to undefined function in /home/www/web/index.php line 196
- Ubuntu Call To Undefined Function Xslt_create