Can Any one help me about This error " Fatal error: Call to undefined function nlp_iconinfo() in /home/jhumon/public_html/global.php(607) : eval()'d code on line 788. When Main page open this error shown. Web -www.gsm4bd.com.Thanks.
you have a problem with your script apparantly it doesn't know the function nlp_iconinfo() if you're using some kind of CMS, maybe one of your plugins is invalid
This indicates that you have a problem with some PHP you’re using in your Template. The part of the backend code that takes care of parsing the PHP code you put in a Template is located in core.functions.php, which is why the error looks as though it’s in that file. Some common errors: Notice: Undefined variable: You have a PHP variable in your code that hasn’t been set or defined before you use it. Notice: Undefined index: You are using an array member which does not exist or has not been set. Warning: Cannot modify header information: Most likely, you have some space or blank lines in a PHP file before or after the opening/closing PHP tag.