Title: bjsnider's Replies | WordPress.org

---

# bjsnider

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Out of memory error in logging script](https://wordpress.org/support/topic/out-of-memory-error-in-logging-script/)
 *  Thread Starter [bjsnider](https://wordpress.org/support/users/bjsnider/)
 * (@bjsnider)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/out-of-memory-error-in-logging-script/#post-18676193)
 * I am aware of this and I can increase the script memory size limit, but I am 
   concerned that this represents a memory leak from WF. If this continues to happen
   after I increase the limit I will report back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg Custom Fields] Blank page when klicking on GCF](https://wordpress.org/support/topic/blank-page-when-klicking-on-gcf/)
 *  [bjsnider](https://wordpress.org/support/users/bjsnider/)
 * (@bjsnider)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/blank-page-when-klicking-on-gcf/#post-10615313)
 * My preference would have been to create a pull request on Github, but I didn’t
   know which of the libs you wanted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg Custom Fields] Blank page when klicking on GCF](https://wordpress.org/support/topic/blank-page-when-klicking-on-gcf/)
 *  [bjsnider](https://wordpress.org/support/users/bjsnider/)
 * (@bjsnider)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/blank-page-when-klicking-on-gcf/#post-10610999)
 * I have this bug and I have tracked down the cause.
 * The gcf-config-app js script cannot be enqueued because it depends on the gcf-
   fields script, which has a mistake in the dependency array. On gutenberg-custom-
   fields/lib/fields-script.php line 12 (the deps list) there is a reference to 
   a script with the handle ‘wp-utils’, which as far as I can tell, doesn’t exist(
   you can var_dump the global $wp_scripts var to check which handles you can use,
   eg. global $wp_scripts; var_dump($wp_scripts);).
 * There are two variants which do exist — utils, and wp-util. I tried using both
   instead of the wp-utils handle, and both fix this bug, however I am not sure 
   which script the plugin author wants to use.

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