Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try uninstalling and reinstalling the plugin.

    Thread Starter goopie

    (@goopie)

    Konbanwa Takayuki and thanks for the reply.

    Have uninstalled and reinstalled a few times without success.
    I think this plugin is useful and that’s why I’m persisting with it.

    I’m using the Cloud theme from Yoothemes.

    Any other suggestions?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Hmm… try deactivating all other plugins and switching to the default theme.

    BTW, what version of WordPress do you use? Can you share the URL?

    Thread Starter goopie

    (@goopie)

    I’ve deactivated what I can – the site is live. Using the latest version of WordPress. And still no joy.

    https://adonicart.com.au/

    Thanks

    I get the same thing. I’m using WP 3.4.2 with the Storefront Echo theme (1.4.1). When a contact us form is submitted (via Contact Form 7 3.3.1), the message sends successfully. When I go to flamingo, i see my message. When I click on the message, i get the ‘Cannot load flamingo_inbound’. I’ve tried re-installing with no luck.

    Same problem here. WordPress 3.5.1, Woothemes Hustle 1.1.1, Wooframework 5.5.3. Everything works except for clicking on a message, “cannnot load flamingo inbound”.

    I found a conflict with flamingo and woocommerce.
    I get this message when woocommerce is activated.
    “Cannot load flamingo_inbound.”
    When woocommerce is deactivated I do not get the error.

    I updated to the latest version of woocommerce today (Version 2.0.1) and the conflict still persists.

    Did anyone find out what the conflict is or how to resolve it? I am running into the same thing.

    Thanks!

    I’m having the same problem.
    Using Contact Form 7 and WooCommerce and get the “Cannot load flamingo_inboud.” message when I try to read any records.

    Would love to see this one resolved as Flamingo seems to be a wonderful solution to log all messages sent through Contact Form 7.

    For me it was caused by a conflict with the post parameter in the URL. I changed the parameter to post_id in the following places:

    In flamingo/admin/admin.php line 474:
    $post_id = ! empty( $_REQUEST['post_id'] ) ? $_REQUEST['post_id'] : '';
    and line 513:
    $post = new Flamingo_Inbound_Message( $_REQUEST['post_id'] );

    In flamingo/admin/includes/class-inbound-messages-list-table.php line 203:
    $url = admin_url( 'admin.php?page=flamingo_inbound&post_id=' . absint( $item->id ) );

    Also using Flamingo (1.0.4) and Contact Form 7 (3.5.2) with WP 3.5.2 and am getting the “Cannot load flamingo_inbound” error.

    Also using WooCommerce 2.0.13.

    rubblemasta’s solution is way beyond my ability to deal with this!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Cannot load flamingo_inbound.’ is closed to new replies.