Title: PHP Warning
Last modified: August 18, 2023

---

# PHP Warning

 *  Resolved [James McPhail](https://wordpress.org/support/users/jmcphail/)
 * (@jmcphail)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/php-warning-445/)
 * My Apache error logs are being filled up with PHP warnings. Its related to the
   widget code. See warnings below:
 *     ```wp-block-code
       [Fri Aug 18 09:32:40.579863 2023] [php:warn] [pid 1005042] [client x.x.x.x:44742] PHP Warning: Undefined array key "sidebar-1" in /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/package.module.widget.php on line 93, referer: https://x.x.x/inventory/
       [Fri Aug 18 09:32:40.579912 2023] [php:warn] [pid 1005042] [client x.x.x.x:44742] PHP Warning: Undefined array key "before_widget" in /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/package.module.widget.php on line 96, referer: https://x.x.x/inventory/
       ```
   
 * This is how I fixed it… Update Line 92 of package.module.widget.php
 *  Can you update this in your repo please?
 *     ```wp-block-code
       if (isset($options[$id]) && isset($wp_registered_sidebars[$sidebar_name])) {
       ```
   
    -  This topic was modified 2 years, 9 months ago by [James McPhail](https://wordpress.org/support/users/jmcphail/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Imagely](https://wordpress.org/support/users/imagely/)
 * (@imagely)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/php-warning-445/#post-16988216)
 * Hi [@jmcphail](https://wordpress.org/support/users/jmcphail/),
 * Thanks for your input, I’ll register it for the devs since we may want to add
   an extra check to ensure it doesn’t throw warnings that’d fill the logs.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Imagely](https://wordpress.org/support/users/imagely/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/php-warning-445/#post-16988216)
 * Status: resolved