• Resolved lgokul

    (@lgokul)


    Hello Sir Jose, I had version 1.7.5 and I updated to version 1.7.6 and my site’s live search site did not work anymore.
    I went back to version 1.7.5 and it works.
    Apparently something is causing clonficto with the live search plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lgokul

    (@lgokul)

    Hello dear Jose, I solved it by editing a code, apparently it is causing some conflict.
    I detail it below.

    Edit archive:
    public_html/wp-content/mu-plugins/eos-deactivate-plugins.php

    Line: 235
    Search:
    register_shutdown_function( ‘eos_dp_comment’ );
    Replace:
    //register_shutdown_function( ‘eos_dp_comment’ );

    Sorry for touching your code
    Thanks! for his excellent contribution for this wonderful plugin <3

    • This reply was modified 4 years, 11 months ago by lgokul.
    • This reply was modified 4 years, 11 months ago by lgokul.
    • This reply was modified 4 years, 11 months ago by lgokul.
    • This reply was modified 4 years, 11 months ago by lgokul.
    • This reply was modified 4 years, 11 months ago by lgokul.
    • This reply was modified 4 years, 11 months ago by lgokul.
    Plugin Author Jose

    (@giuse)

    Hi @lgokul thank you very much to let me know this.

    This is very strange because that function just adds an HTML comment including the number of disabled plugins, it does it only in the backend. As you can see, that shutdown function is called inside the function eos_dp_admin_option_active_plugins which is called only in the backend and in no other places.

    It’s very hard for me to believe that a plugin doesn’t work because you have an HTML comment in the backend pages. But if you say it, of course, I believe it.

    In any case, it’s important you have solved and I’m very happy about this.
    The next version will not have the HTML comment in the backend pages anymore, because you will be able to see the backend page preview and see the disabled plugins in a bottom bar as you can do now for frontend pages clicking on the lens icon.

    So also when you update the plugin, you will not have that line of code anymore.

    If you agree I will close this thread. If you have other issues, feel free to open a new thread.

    Thread Starter lgokul

    (@lgokul)

    It was also strange for me, but as soon as I edit that line of code it works now.
    Thank you very much

    • This reply was modified 4 years, 11 months ago by lgokul.
    Plugin Author Jose

    (@giuse)

    Thanks to you, @lgokul! You open a thread and solve it yourself after a few minutes ??
    You are the best!

    Thread Starter lgokul

    (@lgokul)

    Now the update works great for ajax queries!
    Thanks Dear Jose you are amazing

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upgrate 1.7.6 Live Search Die’ is closed to new replies.