PHP Error Log

This topic contains 2 replies, has 2 voices, and was last updated by Robert Tyler Smith Robert Tyler Smith 7 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9901
    Robert Tyler Smith
    Robert 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 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 :)


    #9903
    Robert Tyler Smith
    Robert Tyler Smith
    Participant

    Great! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘PHP Error Log’ is closed to new replies.