mainwp
Forum Replies Created
-
We can’t duplicate the issue and have not received an update in the MainWP ticket system so will mark this as resolved.
If anyone experiences this issue please open a support ticket as described by Bogdan above.
I see this was resolved with an update from Bogdan in the ticket system and will be released in an official update shortly.
Please submit feature requests by opening a ticket on the MainWP site (no signup required). This allows the appropriate person to add your idea to the MainWP Roadmaps.
I believe Bogdan tracked down the issue to some .htaccess code on your Dashboard site, is it okay to mark this as resolved?
Fixed in version 3.4.1
Thanks, we should have an update for the issue shortly.
The .org server is currently experiencing syncing issues and the update should start working in a few hours.
You can read more about it at this URL https://make.wordpress.org/plugins/2017/05/11/repository-syncing-issues/
Please note in Bold at the top of the MainWP Dashboard installation page we do have the following warning: “NOTE: MAINWP IS NOT TESTED ON OR DESIGNED FOR MULTISITE INSTALLS, WE HAVE REPORTS THAT MOST FUNCTIONS WORK CORRECTLY BUT SUPPORT WILL BE LIMITED. WE DO NOT RECOMMEND INSTALLING THE MAINWP DASHBOARD PLUGIN ON A MULTI-SITE INSTALL.”
We also have no reports on it ever “blowing up” a subsite when being installed on multi-site.
Thanks
Please note in Bold at the top of the installation page we do have the following warning: “NOTE: MAINWP IS NOT TESTED ON OR DESIGNED FOR MULTISITE INSTALLS, WE HAVE REPORTS THAT MOST FUNCTIONS WORK CORRECTLY BUT SUPPORT WILL BE LIMITED. WE DO NOT RECOMMEND INSTALLING THE MAINWP DASHBOARD PLUGIN ON A MULTI-SITE INSTALL.”
We also have no reports on it ever “blowing up” a subsite when being installed on multi-site.
Thanks
I had the Development team take a look at this and we were able to see the conflict at this code: isset( $_POST[‘server’] );
in the function
public static function is_active() {
return ( (bool) get_option( ‘shipwire’ ) && function_exists( ‘simplexml_load_string’ ) ) || isset( $_POST[‘server’] );
}call from this code
if ( WPSC_Shipwire::is_active() ) {
if ( ! in_array( ‘shipwire’, ( array ) get_option( ‘custom_shipping_options’, array() ) ) )
update_option( ‘custom_shipping_options’, array( ‘shipwire’ ) );$wpsc_shipwire = new WPSC_Shipwire_Shipping();
$wpsc_shipping_modules[$wpsc_shipwire->getInternalName()] = $wpsc_shipwire;
}If there is a parameter named ‘server’ in the request then the code of the plugin will reset the value of the setting ‘custom_shipping_options’ to value ‘shipwire’ so it clears the saved values
This should be fixed in the WP ECommerce code because there maybe other requests from other plugins with parameter named ‘server’ that will reset that ‘server’ valuable.
They can change that conditional to something special like as ‘wpsc_server’ … or something like that and no other plugin will conflict with it.
I’m marking this as resolved since Jorihlen and Bogdan have been working in MainWP Support.
The issue still has not been identified and we have no other reports so if you have a similar issue please open a ticket at MainWP Support.
Marking as resolved with no reply. Please feel free to re-open if you still have issues.
Jorge,
Get a faster response time by opening a ticket on the MainWP site (no signup required)
This puts you directly in our support queue for a member of the support team to assist you.
Forum: Plugins
In reply to: [MainWP Child Reports] Breaks WooCommerceThanks, fixed in version 1.6
I just wanted to follow up if you were able to get on the site.