Reply To: PHP Error Log

#9902
Ernest Marcinko
Ernest Marcinko
Keymaster

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 :)