• Resolved scubarob

    (@scubarob)


    Hi,

    I get this error when quick editing tags and bulk editing posts:

    Notice: Trying to get property of non-object in /home/bamboosc/scubarob.love/wp-content/plugins/wp-last-modified-info/includes/backend/dashboard-edit-screen.php on line 211

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Hi @scubarob

    Everything is fine on my end, however please replace the line $stop_update = get_post_meta( $post->ID, '_lmt_disableupdate', true ); to this $stop_update = get_post_meta( get_the_ID(), '_lmt_disableupdate', true ); via plugin editor.

    And then please let me know about the status of this issue.

    Thanks!

    Thread Starter scubarob

    (@scubarob)

    Before it complained with such error for three lines:

    196
    200
    211

    Now just to 196 and 200

    Plugin Author Sayan Datta

    (@infosatech)

    Hi, as this problem occurs only for you I can’t test it on my end. Please download this plugin from this link and upload it manually to your site and activate it. If the problem does not exist, please let me know. Then I will push an update to www.ads-software.com repo.

    Thanks!

    Thread Starter scubarob

    (@scubarob)

    Hi,

    your update fixed all errors!!!

    Thanks for your support and your plugin.

    Awesome.

    Scubarob
    https://scubarob.love

    Plugin Author Sayan Datta

    (@infosatech)

    Thanks for your confirmation. I will update the plugin very soon.

    Thanks
    Sayan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Notice: Trying to get property of non-object’ is closed to new replies.