Title: Derek Smart's Replies | WordPress.org

---

# Derek Smart

  [  ](https://wordpress.org/support/users/dsmart/)

 *   [Profile](https://wordpress.org/support/users/dsmart/)
 *   [Topics Started](https://wordpress.org/support/users/dsmart/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dsmart/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dsmart/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dsmart/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dsmart/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dsmart/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Javascript error in Gutenberg](https://wordpress.org/support/topic/javascript-error-in-gutenberg/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/javascript-error-in-gutenberg/#post-15633154)
 * Hi [@flyplugins](https://wordpress.org/support/users/flyplugins/), took a look
   at the code and the site you set up. Thanks for that!
 * After enabling the `SCRIPT_DEBUG` constant on the site (did so via a plugin, 
   still active on the test site), there’s a bit more context. This one particularly
   caught my eye:
 *     ```
       Uncaught ReferenceError: S3mmEvents is not defined
           at S3MediaEditBlock.componentDidMount
   
       The above error occurred in the <S3MediaEditBlock> component:
           at S3MediaEditBlock (webpack-internal:///./assets/js/src/blocks/s3media/index.js:231:5)
           at edit
       ```
   
 * [This script](http://widgets.wp.com/wpcom-block-editor/default.editor.js?minify=false)
   Jetpack [enqueues here](https://github.com/Automattic/jetpack/blob/master/projects/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php#L70)
   seems to be the conflict of this S3MediaEditBlock component. I tried to follow
   your code a bit, and think that it’s meant to be loading in `window.S3mmEvents`
   somehow through Vue? Not sure there, but you can see the window property is undefined
   when the Jetpack file is enqueued.
 * Often times it’s a load order issue that conflicts like this, and thought perhaps
   loading your scripts earlier might help. In the `s3-media-maestro/includes/Shortcode.
   php` file, there’s a lot of methods calling the `->get_builder_scripts()` which
   enqueues stuff in the footer by default.
 * **TLDR:** I found a potential fix by passing `false` in the `$this->get_builder_scripts()`
   call on line 2071 of `s3-media-maestro/includes/Shortcode.php` – within the `
   builder_scripts()` method. With that context enqueuing in the header, the video
   loads as expected and there are no console errors.
 * Hoping this helps some! Maybe you’ll have better luck debugging. I’m not seeing
   anything unusual with how Jetpack is enqueuing these assets.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] blank screen (admin area)](https://wordpress.org/support/topic/blank-screen-admin-area/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [6 years ago](https://wordpress.org/support/topic/blank-screen-admin-area/#post-13233379)
 * Hi, sorry for the trouble.
 * We just pushed a new version 8.8.1 that should take care of this error.
 * Please update and let us know how it goes, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Error: jetpack_development_mode is deprecated since version 8.8](https://wordpress.org/support/topic/error-jetpack_development_mode-is-deprecated-since-version-8-8/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [6 years ago](https://wordpress.org/support/topic/error-jetpack_development_mode-is-deprecated-since-version-8-8/#post-13233377)
 * Hey there, sorry for the trouble. It was a rendering bug in our admin page when
   this notice was displaying in the Jetpack admin.
 * We just pushed an updated version in 8.8.1 that should take care of this.
 * Please update and let us know if you have any issues, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Blank screen on set-up](https://wordpress.org/support/topic/blank-screen-on-set-up/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [6 years ago](https://wordpress.org/support/topic/blank-screen-on-set-up/#post-13233369)
 * Hi Jon,
 * We just pushed a point release 8.8.1 that should resolve this. Please update 
   and let us know if you’re still experiencing issues, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] BUG in latest release (logged in users crash)](https://wordpress.org/support/topic/bug-in-latest-release-logged-in-users-crash/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/bug-in-latest-release-logged-in-users-crash/#post-12463052)
 * Hi everyone, sorry for the trouble. I replied in the [other thread](https://wordpress.org/support/topic/new-multisite-crashes-after-activating-jetpack/)
   about this as well. We’re working on a fix but in the meantime we’ve found if
   you `network deactivate` Jetpack from the main site, the both of these errors
   are resolved whether Jetpack is connected or not.
 * [@kzeni](https://wordpress.org/support/users/kzeni/) Are you still seeing this
   error with the plugin network deactivated? Not sure if that’s what you meant.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] New multisite crashes after activating Jetpack](https://wordpress.org/support/topic/new-multisite-crashes-after-activating-jetpack/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/new-multisite-crashes-after-activating-jetpack/#post-12463023)
 * Hi everyone, sorry for the trouble. The issue is with a the 8.2.2 version we 
   shipped earlier today and only affects those that have the Jetpack plugin network
   activated, and the error surfaces on only the subsites of a network. We’re working
   on a fix and it will be out within a few hours (likely closer to GMT+1 morning).
 * In the meantime, a temporary solution would be to `network deactivate` Jetpack
   from the main network plugins page. This will clear all the errors until the 
   new version is released with the fix.
 * Another solution would be to manually install 8.2.1, if you’re able to. It’s 
   a one-liner in wp-cli if you have access `wp plugin update jetpack --version=
   8.2.1`.
 * Again, apologies for the trouble.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error: uncaught error](https://wordpress.org/support/topic/fatal-error-uncaught-error-35/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-35/#post-11694835)
 * Hi Michael,
 * Are you getting the exact errors?
 * > And when I log into the sites there are no reported errors.
 * You can see your error logs by enabling some WP_DEBUG constants in your wp-config.
   php. More details here [https://codex.wordpress.org/WP_DEBUG](https://codex.wordpress.org/WP_DEBUG)
 * As always, feel free to reach out to our support with your site’s details and
   we’ll be happy to take a closer look with you [https://jetpack.com/contact-support/](https://jetpack.com/contact-support/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error: uncaught error](https://wordpress.org/support/topic/fatal-error-uncaught-error-35/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-35/#post-11694730)
 * Hi! This likely was due to a sync process happening during the plugin update,
   and called a file that no longer includes the method.
 * Are you still seeing the error? If so can you please try and delete/re-install
   Jetpack as it should solve the issue. Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error: “Arrays are not allowed in class constants” … Jetpack](https://wordpress.org/support/topic/fatal-error-arrays-are-not-allowed-in-class-constants-jetpack/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-arrays-are-not-allowed-in-class-constants-jetpack/#post-11694640)
 * We’ve just pushed a new version 7.5.1 that addresses the inaccurate PHP version
   in readme, as well as another minor fix for a bug that was happening on (Jetpack)
   plugin deletion.
 * If anyone is running PHP 5.6+ and are still seeing these errors, please let us
   know at [https://jetpack.com/support](https://jetpack.com/support)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error: “Arrays are not allowed in class constants” … Jetpack](https://wordpress.org/support/topic/fatal-error-arrays-are-not-allowed-in-class-constants-jetpack/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-arrays-are-not-allowed-in-class-constants-jetpack/#post-11694060)
 * > Line 31 seems to have sad face emoji
 * ha!
 * This recent version of Jetpack 7.5 introduced some PHP 5.6 syntax, which seems
   to be causing the error for your site. I would recommend asking your host to 
   upgrade the PHP version your site is running on, as it is now the minimum requirement
   for WordPress core as well.
 * If you’re unable to do this for any reason, I suggest that you delete and re-
   install the prior version of Jetpack (7.4.1).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] fatal error after updating jetpack](https://wordpress.org/support/topic/fatal-error-after-updating-jetpack/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-updating-jetpack/#post-6363193)
 * Ask your host provider for your FTP credentials so you can log in and delete 
   the Jetpack folder directly from your server.
 * Alternatively, you can log in to your cPanel and delete Jetpack via file manager.
 * You will find it in the wp-content/plugins/ directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] fatal error after updating jetpack](https://wordpress.org/support/topic/fatal-error-after-updating-jetpack/)
 *  Plugin Contributor [Derek Smart](https://wordpress.org/support/users/dsmart/)
 * (@dsmart)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-updating-jetpack/#post-6363191)
 * Hello,
 * Removing Jetpack from your plugins directory via FTP and installing a fresh version
   should do the trick.

Viewing 12 replies - 1 through 12 (of 12 total)