mwoodpatrick
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGatsby] Support for WordPress 5.8I’m getting
Missing onError handler for invocation ‘building-schema’, error was ‘Error: Type with name “WpBlockAttributesObject”
does not exists’. Stacktrace was ‘Error: Type with name “WpBlockAttributesObject” does not existsThen app is stuck building schema
Any suggestions on how to debug/fix
Forum: Plugins
In reply to: [WPGatsby] Support for WordPress 5.8Also ran into issue https://github.com/gatsbyjs/gatsby/issues/29966 is there a better fix than adding this to your plugin options:
{
resolve:gatsby-source-wordpress
,
options: {
type: {
BlockEditorContentNode: { exclude: true }
}
}
}`Forum: Plugins
In reply to: [WPGatsby] Support for WordPress 5.8In trying to use this with 5.8 I’m getting
Deprecated: Function mcrypt_module_open() is deprecated in /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php on line 75 Deprecated: Function mcrypt_enc_get_block_size() is deprecated in /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php on line 76 Deprecated: Function mcrypt_enc_get_iv_size() is deprecated in /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php on line 77 Deprecated: Function mcrypt_module_close() is deprecated in /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php on line 86 Warning: Cannot modify header information - headers already sent by (output started at /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php:75) in /shared/httpd/wp-main/htdocs/wp-includes/functions.php on line 6584 Warning: Cannot modify header information - headers already sent by (output started at /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php:75) in /shared/httpd/wp-main/htdocs/wp-admin/includes/misc.php on line 1310 Warning: Cannot modify header information - headers already sent by (output started at /shared/httpd/wp-main/htdocs/wp-content/plugins/wp-gatsby/vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php:75) in /shared/httpd/wp-main/htdocs/wp-admin/admin-header.php on line 9
Forum: Fixing WordPress
In reply to: Save button missing in Gutenberg editorI was seeing the same issue but after comparing the display between chrome & firefox it seemed like the items being displayed are taking up more space in chrome and when I zoomed out in the save buttons showed up. It seems like there is a bug ensuring that all the buttons are being displayed.