Title: dethknite's Replies | WordPress.org

---

# dethknite

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

 *   [Profile](https://wordpress.org/support/users/dethknite/)
 *   [Topics Started](https://wordpress.org/support/users/dethknite/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dethknite/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dethknite/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dethknite/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dethknite/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dethknite/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: [[JWT Authentication for WP REST APIs] font-awesome.css error](https://wordpress.org/support/topic/font-awesome-css-error/)
 *  Thread Starter [dethknite](https://wordpress.org/support/users/dethknite/)
 * (@dethknite)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-awesome-css-error/#post-15658440)
 * After copying the file… it appears the fonts folder needs to be copied from <
   siteroot>/wp-content/plugins/wp-rest-api-authentication/css/fonts/ to
    <siteroot
   >/wp-content/plugins/wp-rest-api-authentication/css/admin/fonts/ as well…
    -  This reply was modified 4 years, 4 months ago by [dethknite](https://wordpress.org/support/users/dethknite/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta Generator and Version Info Remover] Fix for “Failed to delete and flush buffer”](https://wordpress.org/support/topic/fix-for-failed-to-delete-and-flush-buffer/)
 *  Thread Starter [dethknite](https://wordpress.org/support/users/dethknite/)
 * (@dethknite)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/fix-for-failed-to-delete-and-flush-buffer/#post-15499812)
 * Thanks. That was fast 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nginx Cache] PHP 8 and 8.1](https://wordpress.org/support/topic/php-8-and-8-1/)
 *  Thread Starter [dethknite](https://wordpress.org/support/users/dethknite/)
 * (@dethknite)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/php-8-and-8-1/#post-15409521)
 * Fixed it for you… it is the fact that the array could be null.. and there were
   no checks. nginx-cache.php, Line 210:
 *     ```
       if (is_array($list) || is_object($list))
       		{
       			foreach ( $list as $item ) {
   
       				// abort if file is not a MD5 hash
       				if ( $item[ 'type' ] === 'f' && ( strlen( $item[ 'name' ] ) !== 32 || ! ctype_xdigit( $item[ 'name' ] ) ) ) {
       					return false;
       				}
   
       				// validate subdirectories recursively
       				if ( $item[ 'type' ] === 'd' && ! $this->validate_dirlist( $item[ 'files' ] ) ) {
       					return false;
       				}
   
       			}
       		}
       ```
   

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