Title: Taking this error
Last modified: April 22, 2021

---

# Taking this error

 *  ResolvedModerator [David Perez](https://wordpress.org/support/users/davidperez/)
 * (@davidperez)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/taking-this-error/)
 * Hello, I’m getting this notice with debug activated:
    ( ! ) Notice: Trying to
   access array offset on value of type null in /wp-content/plugins/wp-hide-post/
   admin/settings/class_settings.php on line 324
 * Please solve it!

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

 *  Moderator [David Perez](https://wordpress.org/support/users/davidperez/)
 * (@davidperez)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/taking-this-error/#post-14353661)
 * It could be solved with this:
 *     ```
       if ( isset( $this->asignment_section['id'] ) ) {
       $this->settings[$this->asignment_section['id']] = $this->asignment_fields;
       }
       ```
   
    -  This reply was modified 5 years, 1 month ago by [David Perez](https://wordpress.org/support/users/davidperez/).
 *  Plugin Author [Xfinitysoft](https://wordpress.org/support/users/xfinitysoft/)
 * (@xfinitysoft)
 * [5 years ago](https://wordpress.org/support/topic/taking-this-error/#post-14400557)
 * /wp-content/plugins/wp-hide-post/admin/settings/class_settings.php on line 324
   
   this path does not exist in our plugin kindly copy the error and paste here.

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

The topic ‘Taking this error’ is closed to new replies.

 * ![](https://ps.w.org/wp-post-hide/assets/icon.svg?rev=2130732)
 * [WP Hide Post — Hide Posts, Pages, Custom Post Types, and Control Products Visibility for WooCommerce](https://wordpress.org/plugins/wp-post-hide/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-post-hide/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-post-hide/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-post-hide/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-post-hide/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-post-hide/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Xfinitysoft](https://wordpress.org/support/users/xfinitysoft/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/taking-this-error/#post-14400557)
 * Status: resolved