Jump to content

WHMPress and WHMCS - Domain Search Ajax displaying Debug Console popup


Recommended Posts

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.

 

image.thumb.png.50da7961215473b19d33a202b02f3e13.png

 

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

Link to comment
Share on other sites

  • 2 weeks later...

Sidd,

in your first.tpl template, is there a {debug} command in the code somewhere? that would cause the window to be opened on launch... if it's not in first.tpl, then work your way through these custom templates for a {debug} command.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated