Viewing 5 replies - 16 through 20 (of 20 total)
  • @duey.d

    WordPress
    Version 4.2.2

    File fixed:
    /wp-content/plugins/flamingo/admin/includes/class-inbound-messages-list-table.php

    This is the file:
    https://www.filedropper.com/class-inbound-messages-list-table

    I think we need a fix for this pretty soon.

    A plugin that creates and/or amends DB entries, that is broken, is no use to anyone. And uninstalling it still leaves the offending posts and postmeta.

    I have tried to contact the author, via Slack, to no avail.

    No one has a solution for this problem?

    Hi,
    if you have messages in trash, you can delete them from you db, for example with this query:

    DELETE FROM 'your_db_site'.'wp_posts' WHERE 'wp_posts'.'post_status'="trash";

    obv this query will delete even post and pages that are actually in trash

    Guzman

    (@davidguzman1970)

    Hello Everyone!

    I did exactly how duey.d described early on this support forum, but it doesn’t seem to display the “Empty Trash” button or the “delete permanently”, and the “restore” on the drop down menu in the “Trash” area of the Flamingo admin; even though, I have WordPress 4.2.2 and Flamingo 1.2, everything is all up-to-date!

    I checked another web site that I manage, and it’s running on an old version of WordPress, which is 4.1.5, but Flamingo is still version 1.2.

    If I update the core of word press to 4.2.2 for the other website, I know that I will loose the “empty trash” and “restore” options in the admin of Flamingo. It’s obvious that Flamingo CRM plugin needs to be update to comply to WordPress’ 4.2.2 core. I looked at the code that duey.d displayed on this forum, and I’m led to believe that there is more to it than modifying the class-inbound-messages-list-table.php the file.

    Also, I read the “readme.txt” file in flamingo’s plugin directory, and they only tested up to version 4.0, so that proves they need to update flamingo to be compatible with WordPress 4.2.2. I will do my best to try to contact the developer of this plugin to see if they are working on it. Hopefully this will be resolved.

    Kind Regards,
    David Guzman

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Delete permanently seems to be missing from trash section.’ is closed to new replies.