Hello All,
Thanks in advance to the kind souls helping me. I have a problem and haven't been able to find a solution. The problem is related to WHMCS and WHMPress. I have inserted a Domain Search Ajax field in my page in WordPress (through WHMPress installed). Everything works perfectly except that whenever I search for a domain, it works fine - but also throws out a Smarty Debug Console popup window and I am unable to prevent this popup window from getting displayed.
I have looked into the Smarty.class.php file for the below code:
* @var boolean
*/
public $direct_access_security = true;
/**
* debug mode
* Setting this to true enables the debug-console.
*
* @var boolean
*/
public $debugging = false;
/**
Setting the public $debugging = false doesn't seem to resolve this issue. Can someone help me on how I can prevent this popup window from opening up everytime I search for a Domain availability using the form. Any help provided is highly appreciated.
Thanks,
Sidd