Fatal error: Call to undefined function in /home/www/web/index.php line 196
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 indexphp line 196 PHP
Post Tags:
This Post Has Been Viewed 20192 Times Since Fri Jul 06, 2007 10:52 am Author
tacal with 12 replies
Fatal error: Call to undefined function in /home/www/web/index.php line 196
Advertise On This Page

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
i tried everything but i can't seem to get what the problem is, im kinda new to php and i would really appreciate your help on hits
thanks in advance for all your help.
regard
Links Related to : Fatal error: Call to undefined function in /home/www/web/index.php line 196
Comments and replies About Fatal error: Call to undefined function in /home/www/web/index.php line 196
::
1 ::
Reply #9900 Reply By
wallpaperama On Fri Jul 06, 2007 10:54 am
wallpaperama:
this just means that your script is looking for whatever function you have. look on line 196 and see what function you are calling on your script. basically its telling you that the function you what to display on your script is not found..
ANSWER:
It means the function you have on your script is not found
so how can you fix it.
here are some tips:
1. make sure if you have a functions file, that you have included in your script
2. another common mistake is that your functions file is included after the script wants to use it. move the include/functions.php to the top of your main script
3. another common mistake is misspelling, i know, sometimes, words look the same, but they are not. the best way to do this is to retype it agian. let me give you an example. did you noticed i just misspelled again.. i typed again instead of again, both look similar, but they are not the same:
again
agian
hahahaha, this is my most common mistake i make in my php scripts. so pay attention to your spelling
::
2 ::
Reply #9901 Reply By
tacal On Fri Jul 06, 2007 10:55 am
tacal:
ok, i made a few changes, now i get all sorts of errors like this:
call to undefined function call to undefined function mysql_connect call to undefined function php call to undefined function mysql_pconnect fatal error call to undefined function call to undefined function pg_connect call to undefined function imagecreatefromjpeg call to undefined function mssql_connect call to undefined function mysqli_connect call to undefined function mysql_connect in call to undefined function curl_init call to undefined function ldap_connect call to undefined function mysql call to undefined function mysql_connect windows call to undefined function preg_match call to undefined function ocilogon call to undefined function imagecreate call to undefined function xslt_create php call to undefined function mysql_connect call to undefined function oci_connect call to undefined function socket_create call to undefined function session_start call to undefined function preg_replace call to undefined function mysql_query call to undefined function mysql_create_db call to undefined function imagecreatetruecolor call to undefined function mail call to undefined function sqlite_open call to undefined function xml_parser_create call to undefined function domxml_open_file call to undefined function mysql_connect php5 call to undefined function imagettftext call to undefined function posix_getpwuid php fatal error call to undefined function call to undefined function mysql_pconnect in call to undefined function block_list call to undefined function domxml_new_doc call to undefined function imap_open call to undefined function mysql_escape_string call to undefined function imagecreatefrompng call to undefined function domxml_open_mem call to undefined function preg_match in call to undefined function imagettfbbox call to undefined function mysql_connect iis call to undefined function ora_logon call to undefined function mssql_pconnect call to undefined function mysql_connect apache call to undefined function ctype_digit call to undefined function odbc_connect call to undefined function ctype_alpha call to undefined function gd_info fatal error call to undefined function mysql_connect call to undefined function imagejpeg call to undefined function mysql_connect windows xp call to undefined function mssql_get_last_message call to undefined function pdf_new call to undefined function imageantialias call to undefined function virtual call to undefined function mcrypt_module_open call to undefined function session_name call to undefined function imagecreatefromgif wordpress call to undefined function call to undefined function mysql_connect i call to undefined function mysql_connect zend call to undefined function gzopen drupal call to undefined function call to undefined function http_redirect call to undefined function php_info call to undefined function ssh2_connect call to undefined function imagecreatefromstring ubuntu call to undefined function mysql_connect call to undefined function token_get_all call to undefined function mime_content_type call to undefined function dbx_connect call to undefined function mysql_connect php 5 call to undefined function load_config call to undefined function ldap_connect in call to undefined function imageftbbox call to undefined function sybase_connect php call to undefined function imagecreatefromjpeg call to undefined function _ call to undefined function ftp_connect php fatal error call to undefined function mysql_connect call to undefined function imagecreate in call to undefined function bcdiv call to undefined function themeheader call to undefined function session_id call to undefined function gregoriantojd call to undefined function bcmod call to undefined function session_set_save_handler call to undefined function ocilogon in call to undefined function curl_init in call to undefined function mysql_real_escape_string call to undefined function bindtextdomain call to undefined function imagepng call to undefined function imagerotate call to undefined function mysql_connect linux oscommerce call to undefined function call to undefined function mysql_connect freebsd php error call to undefined function call to undefined function error call to undefined function ocilogon php apache call to undefined function call to undefined function mysql_connect mysql call to undefined function preg_replace in call to undefined function sefreltoabs call to undefined function xml_parser_create in fatal error call to undefined function mysql_pconnect zend studio call to undefined function
::
3 ::
Reply #9902 Reply By
webtech On Fri Jul 06, 2007 10:55 am
webtech:
WHAT???
are you sure?
::
4 ::
Reply #9903 Reply By
tacal On Fri Jul 06, 2007 10:56 am
tacal:
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
::
5 ::
Reply #9904 Reply By
webtech On Fri Jul 06, 2007 10:59 am
webtech:
good, just remember that if you are getting this error php is telling you "i can't find the function you want"
::
6 ::
Reply #53383 Reply By
free On Sun May 11, 2008 9:44 am
free:
i need hep with this freebsd php fatal error: call to undefined function preg_match
::
7 ::
Reply #61781 Reply By
rerispe On Tue Jul 15, 2008 12:00 am
rerispe:
add this on your makefile
--with-pcre-regex=y
::
8 ::
Reply #68029 Reply By
luis On Sun Aug 24, 2008 10:35 pm
luis:
i have the same problem, i had uncomment php_gd2.dll in php.ini, reboot the server and it´s work properly.
can you help me?
______________
infosex.es
::
9 ::
Reply #73604 Reply By
mac On Thu Oct 02, 2008 10:30 pm
mac:
i get a fatal error: call to undefined function imageftbbox(). this is inbuilt function of php. what is the solution?
::
10 ::
Reply #84360 Reply By
Centralboy On Tue Dec 02, 2008 2:16 am
Centralboy:
hi, buddy could you post all the script error so that we can help and resolve the error of your script?
::
11 ::
Reply #85850 Reply By
Anand On Thu Dec 11, 2008 9:54 pm
Anand:
check that particular line. there function name is not defind
::
12 ::
Reply #87968 Reply By
asael On Mon Dec 29, 2008 10:42 am
asael:
tengo el mismo error solo q me funcionava bien lugo dejo de funcionarel error es el siguiente
fatal error: call to undefined function: ondisplay() in /home/avivamie/public_html/librarie on line z3y
y aca incluyo la linea z3y dode se supone q esta el error
// try to authenticate
$result[] = $plugin->ondisplay($editor);
}