This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

PHP Error Log

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9901
    Robert Tyler SmithRobert Tyler Smith
    Participant

    Error in logs, if needed I’ll set up ftp and admin access…

    See screenshot at: https://dr.tt/?d=6ttt8o1kx8nxeiy/2016-08-26%20at%2010.53%20AM.png/

    version 4.9.5

    #9902
    Ernest MarcinkoErnest 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

    [php]$it_options = get_option(‘asp_it_options’);[/php]

    with this:

    [php]$it_options = wd_asp()->o[‘asp_it_options’];[/php]

    #9903
    Robert Tyler SmithRobert Tyler Smith
    Participant

    Great! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘PHP Error Log’ is closed to new replies.