Cannot load flamingo_inbound.
-
I’m using Flamingo 1.0.2 and get this message when I try to access Inbound Messages.
Can anyone help?
Thanks
-
Try uninstalling and reinstalling the plugin.
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?
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?
I’ve deactivated what I can – the site is live. Using the latest version of WordPress. And still no joy.
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
postparameter in the URL. I changed the parameter topost_idin the following places:In
flamingo/admin/admin.phpline 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.phpline 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!
The topic ‘Cannot load flamingo_inbound.’ is closed to new replies.