• Resolved likipadhy

    (@likipadhy)


    after activating enable disable option per page/post site showing HTTP ERROR 500.
    how can I disable this option and get the site back ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Florian Brinkmann

    (@florianbrinkmann)

    Hi @likipadhy,

    I’m sorry to hear that. The fastest way will be to disable the plugin via FTP. For that, rename the plugin folder to something different (the folder name is lazy-loading-responsive-images). After that, go to the database and the options table (by default it is called wp_options) and search for an entry with lazy_load_responsive_images_granular_disable_option. Remove it, that should disable the option.

    Is something in your error log that could help me with fixing the issue that causes the error on your site?

    Thanks,
    Florian

    Thread Starter likipadhy

    (@likipadhy)

    Hi. I can’t find this entry in my database.
    This is the error its showing .
    #0 /home/d0qkaf3ks14d/public_html/wp-includes/class-wp-hook.php(286): FlorianBrinkmann\LazyLoadResponsiveImages\Settings->register_post_meta(”)
    #1 /home/d0qkaf3ks14d/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #2 /home/d0qkaf3ks14d/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #3 /home/d0qkaf3ks14d/public_html/wp-settings.php(450): do_action(‘init’)
    #4 /home/d0qkaf3ks14d/public_html/wp-config.php(103): require_once(‘/home/d0qkaf3ks…’)
    #5 /home/d0qkaf3ks14d/public_html/wp-load.php(37): require_once(‘/home/d0qkaf3ks…’)
    #6 /home/d0qkaf3ks14d/public_html/wp-admin/admin.php(31): require_once(‘/home/d0qkaf3ks…’)
    #7 /home/d0qkaf3ks14d/public_html/wp-admin/plugins.php(10): require_once(‘/home/d0qkaf3ks…’)
    #8 {main}
    thrown in /home/d0qkaf3ks14d/public_html/wp-content/plugins/lazy-loading-responsive-images4/src/Settings.php on line 426

    Thread Starter likipadhy

    (@likipadhy)

    [21-May-2019 18:53:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function register_post_meta() in /home/d0qkaf3ks14d/public_html/wp-content/plugins/lazy-loading-responsive-images4/src/Settings.php:426

    Plugin Author Florian Brinkmann

    (@florianbrinkmann)

    Hi @likipadhy,

    oh, I see… Do you use a WordPress version older than 4.9.8? I missed to update the required WordPress version to that number after using the register_post_meta() function. I’m sorry for this, I am updating this now.

    To the settign in the database: hm, maybe they got removed after disabling the plugin via FTP.

    Best,
    Florian

    Thread Starter likipadhy

    (@likipadhy)

    yes i am on that version of worpdress

    Plugin Author Florian Brinkmann

    (@florianbrinkmann)

    Hm, then I don’t know why the function is not defined. Do you have the chance to update your site to the latest WordPress version?

    Plugin Author Florian Brinkmann

    (@florianbrinkmann)

    @likipadhy I will set this topic to resolved for now. If you need additional help feel free to add comments here.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘after activating enable disable option per page/post site showing HTTP ERROR 500’ is closed to new replies.