I have a site that is in Drupal 6.18. It has been developed by other developer. There are a lot of issues in the site, one of which is, when I try to Run the Cron it gives me following error: Fatal error: Call to undefined function real_escape_string() in somepath\common.inc(1699) : eval()'d code on line 3
I have checked the common.inc(1699) and there is nothing fishy :( It goes to function drupal_eval($code).
I did a bit of a research and found that the real_escape_string() is used by mysql or mysqli class. These libraries are enabled in my php.ini
Please let me know where should i look to solve this issue.
Thanks in advance.