• Resolved fiddypal1

    (@fiddypal1)


    After updating your plugin to 4.0 it broke my entire site due to some bad file refs in the “woocommerce-checkout-manager.php” file.

    include(plugin_dir_path( __FILE__ ).’includes/classes/main.php’);
    include(plugin_dir_path( __FILE__ ).’includes/classes/export.php’);
    include(plugin_dir_path( __FILE__ ).’includes/classes/field_filters.php’);
    include(plugin_dir_path( __FILE__ ).’includes/classes/file_upload/main_upload.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/add_functions.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/billing_functions.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/shipping_functions.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/add_wooccmupload.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/billing_wooccmupload.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/shipping_wooccmupload.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/required/add_required.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/required/billing_required.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/required/shipping_required.php’);
    include(plugin_dir_path( __FILE__ ).’includes/templates/functions/woocm_editing_wrapper.php’);

    all those directories and files are bad after the update, had to delete plugin folder to fix site.

    https://wordpress.org/plugins/woocommerce-checkout-manager/

Viewing 15 replies - 1 through 15 (of 63 total)
  • Thats what my site looks like after updating. :/

    Warning: include(/home/www/tangoteket.dk/ny/wp-content/plugins/woocommerce-checkout-manager/includes/classes/main.php): failed to open stream: No such file or directory in /home/www/tangoteket.dk/ny/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 15

    Warning: include(): Failed opening ‘/home/www/tangoteket.dk/ny/wp-content/plugins/woocommerce-checkout-manager/includes/classes/main.php’ for inclusion (include_path=’.:/php/includes:/usr/share/php’) in /home/www/tangoteket.dk/ny/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 15

    Warning: include(/home/www/tangoteket.dk/ny/wp-content/plugins/woocommerce-checkout-manager/includes/classes/export.php): failed to open stream: No such file or directory in /home/www/tangoteket.dk/ny/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 16

    and so on…………

    I can confirm this. My site just broke on latest update. Error 500. Here’s the apache log:

    [Tue Feb 16 14:51:51.813730 2016] [:error] [pid 32694] [client 173.245.56.200:54937] PHP Warning: include(/var/www/wp-content/plugins/woocommerce-checkout-manager/includes/templates/functions/required/shipping_required.php): failed to open stream: No such file or directory in /var/www/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 27
    [Tue Feb 16 14:51:51.813755 2016] [:error] [pid 32694] [client 173.245.56.200:54937] PHP Warning: include(): Failed opening ‘/var/www/wp-content/plugins/woocommerce-checkout-manager/includes/templates/functions/required/shipping_required.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 27
    [Tue Feb 16 14:51:51.813825 2016] [:error] [pid 32694] [client 173.245.56.200:54937] PHP Warning: include(/var/www/wp-content/plugins/woocommerce-checkout-manager/includes/templates/functions/woocm_editing_wrapper.php): failed to open stream: No such file or directory in /var/www/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 28
    [Tue Feb 16 14:51:51.813849 2016] [:error] [pid 32694] [client 173.245.56.200:54937] PHP Warning: include(): Failed opening ‘/var/www/wp-content/plugins/woocommerce-checkout-manager/includes/templates/functions/woocm_editing_wrapper.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 28
    [Tue Feb 16 14:51:51.814236 2016] [:error] [pid 32694] [client 173.245.56.200:54937] PHP Fatal error: Call to undefined function wccs_positioning() in /var/www/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 75
    [Tue Feb 16 14:51:58.928872 2016] [mpm_prefork:notice] [pid 32675] AH00169: caught SIGTERM, shutting down

    The same!

    I’ve reverted to 3.6.8 and prevented the plugin updating using Easy Updates Manager. Can’t believe this update was rolled out (obviously untested) to production sites. I would LIKE to use this plugin on this site, but if no fix is forthcoming I recommend “WooCommerce Poor Guys Swiss Knife” which I’ve used on other sites to provide the same functionality.

    I have the same problem, some solution???

    Is there a way to revert back to the previous version if I didn’t have the zip file downloaded?

    I just re uploaded the previous plugin version, still not working πŸ™

    Juandaruiz, use 3.6.8 and prevented the plugin updating using Easy Updates Manager. Clear any caches you might be using.

    Thread Starter fiddypal1

    (@fiddypal1)

    Everyone who said use 3.6.8 is right, after muiltiple trys installing again i reverted back to 3.6.8. If you need the URL just save the one on wordpress for 4.0 and change the version in the URL, then upload that folder to your WP Plugins folder.

    You should still retain any settings you had before (at least i did). I only had 2 checkboxes added so didnt have much to lose but still, taking the whole fucking site down check your code before you release man!

    I have the same problem. Site does not work after updating.
    Tsheridan thank you for 3.6.8 zip!

    same here.

    Older versions are available behind the developers tab: https://wordpress.org/plugins/woocommerce-checkout-manager/developers/

    The update broke my site too so I reverted back to version 3.6.8 and now everything’s working again. Thanks fiddypal1, Daniel and other members for your advice and for posting the links.

    Latest update also broke my site.

    yep, seems author of this plugin has forgotten to commit some directories via SVN with the new version.

    Same thing happened to us and the plugin broke our site. We had to delete the plugin files from our Cpanel file directory to get the site back up. It does work to reinstall version 3.6.8 but now all the configuring and customization we had done to the plugin will have to be redone. Backup your files before updating, kids!

Viewing 15 replies - 1 through 15 (of 63 total)
  • The topic ‘4.0 Update Breaks entire site’ is closed to new replies.