• Resolved nestormarius

    (@nestormarius)


    Updating to v3.0.0 kills a good WordPress installation. Fix it ASAP!

Viewing 7 replies - 1 through 7 (of 7 total)
  • elfsrcool

    (@elfsrcool)

    Ditto. For context…
    27-Feb-2023 21:29:51 UTC] PHP Warning: require_once(/var/web/site/public_html/wp-content/plugins/coblocks/includes/block-migrate/loader.php): failed to open stream: No such file or directory in /var/web/site/public_html/wp-content/plugins/coblocks/class-coblocks.php on line 131

    e dev

    (@efishinsea)

    To fix this, edit wp-content/plugins/coblocks/class-coblocks.php to comment out line 131

    change it from this:

    // Forced Block Migration Processor.
    require_once COBLOCKS_PLUGIN_DIR . 'includes/block-migrate/loader.php';

    to this

    // Forced Block Migration Processor.
    // require_once COBLOCKS_PLUGIN_DIR . 'includes/block-migrate/loader.php';

    the file/path referenced there does not exist, which why the code breaks everything. An obvious oversight by the plugin author.

    osnicky59

    (@osnicky59)

    Same here. Thank God for roll back because I was without any tools. Please fix this!!

    Plugin Author Anthony Ledesma

    (@paranoia1906)

    Thanks all for the rapid reports. CoBlocks had a bug with the release process leading to this version with the errors you reported. Being a critical error as it makes fixing it a matter of reverting sadly. We wound up reverting to version 2.25.5 and removing the 3.0.0 release.

    If any of you has not yet reverted, the fix for this will be to revert to version 2.25.5.

    Thanks again to all who reported this and sorry for any inconvenience.

    ertanbozkurt81

    (@ertanbozkurt81)

    please test or have your plugin tested before releasing new version. my website was offline for more than 10 hours. i had to delete every single plugin until i found out that coblocks has crashed my website.

    Plugin Author Evan Herman

    (@eherman24)

    This has been resolved in our 3.0.1 release. Sorry again for any issues that people have faced.

    Thread Starter nestormarius

    (@nestormarius)

    v3.0.1 works without issues. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘v3.0.0 kills WordPress’ is closed to new replies.