Hi; One of my clients is using a joomla 1.0.x web site. And I wrote some piece of codes for his web site but i have a bit strange problem. The problem is that functions name with containing 'I' letter is giving error. for example, IsHomePage() function gives me "undifined function on classname::ishomepage() line number" error. I have solved this problem with changing the function name but what may cause this error? Thanks
your function name with the upper case 'I' had not been defined, but were defined with the lowercase 'i'. identity names are case sensitive in PHP so you have to keep in check that your names are properly declared and used. hope this helps.
Based on your "recent blog" entry I surmise that you are Turkish. Be very careful that you are using the correct letter I. As I recall, the English letter i is two different keys on the Turkish keyboard depending on whether you want lower- or upper-case.