Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › PHP Error Log › Reply To: PHP Error Log
August 26, 2016 at 4:06 pm
#9902
Hi Robert,
It’s a known issue, will be fixed within the next release. It’s only a undefined variable notice coming from the back-end, it should not affect the site at all.
—–
If you want to fix it now, you can do it manually, by opening the \wp-content\plugins\ajax-search-pro\includes\classes\actions\class-asp-indextable.php file and replacing line 25
$it_options = get_option('asp_it_options');
with this:
$it_options = wd_asp()->o['asp_it_options'];
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



