Title: Undefined offset errors
Last modified: July 18, 2017

---

# Undefined offset errors

 *  Resolved [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * (@acteventsplanner)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/)
 * I dont user jetpack — getting these errors, deactivate and delete plugin
    then
   it is ok reinstall sometimes its ok for a few minutes then i get these again 
   also my editors, and non admin’s get these no matter what
 * i use wp-rocket but i cleared all caches didnt help
 * Undefined index: srjfb_submit in srizon-facebook-album/admin/srizon-fb-gallery-
   back.php on line 85
 * Notice: Undefined offset: 2 in wp-admin/includes/plugin.php on line 1603
 * Notice: Undefined offset: 2 in wp-admin/includes/plugin.php on line 1616
 * Notice: Undefined offset: 2 in wp-admin/includes/plugin.php on line 1550
 * Notice: Undefined offset: 2 in wp-admin/includes/plugin.php on line 1553
 * Undefined offset: 2 in wp-admin/includes/menu.php on line 167

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

 *  Plugin Author [afzal_du](https://wordpress.org/support/users/afzal_du/)
 * (@afzal_du)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9331721)
 * If you look closely, you’ll see that the word ‘error’ appear nowhere 🙂
    These
   are **notices**. Notices are helpers for developers for finding possible mistakes.
   Some notices are php version specific. I’ve written necessary code to hide all
   the notices that appeared on my dev environment.
 * Notices should be turned of on live environment. If you turn off notices from
   php.ini then they will disappear.
 * Also notice that only one of the notices is from my plugin file … the rest of
   them are coming from wordpress core files
 *  Thread Starter [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * (@acteventsplanner)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9331876)
 * Thank you, for your explanation.
    Nice quick response, how do I turn off notices
   in php.ini – will that effect other problems with other plugins ?
 *  Plugin Author [afzal_du](https://wordpress.org/support/users/afzal_du/)
 * (@afzal_du)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9331897)
 * first result from google search
    [https://stackoverflow.com/questions/15949304/turn-off-display-error-php-ini](https://stackoverflow.com/questions/15949304/turn-off-display-error-php-ini)
 *  Thread Starter [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * (@acteventsplanner)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9332227)
 * I already have that in my php.ini file
 *     ```
       expose_php = Off
       display_errors = Off
       display_startup_errors = Off
       html_errors = Off
       docref_root = 0
       docref_ext = 0
       ```
   
 *  Thread Starter [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * (@acteventsplanner)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9332235)
 * [http://tinypic.com/r/332qp82/9](http://tinypic.com/r/332qp82/9)
 *  Plugin Author [afzal_du](https://wordpress.org/support/users/afzal_du/)
 * (@afzal_du)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9332389)
 * any change in php.ini take effect after you restart your server (apache or php-
   fpm service)
 *  Thread Starter [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * (@acteventsplanner)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9332459)
 * yes i talked with them to reset it,
    they had me put user.ini because it refreshes
   quicker but still did not fix it
 *  Thread Starter [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * (@acteventsplanner)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9335796)
 * they said the plugin should not cause errors.. is there a way in plugin to turn
   them off please or do I have to use another facebook plugin that works ?

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

The topic ‘Undefined offset errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/srizon-facebook-album.svg)
 * [Discontinued: Srizon Social Album :Do Not Install](https://wordpress.org/plugins/srizon-facebook-album/)
 * [Support Threads](https://wordpress.org/support/plugin/srizon-facebook-album/)
 * [Active Topics](https://wordpress.org/support/plugin/srizon-facebook-album/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/srizon-facebook-album/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/srizon-facebook-album/reviews/)

## Tags

 * [undefined offset](https://wordpress.org/support/topic-tag/undefined-offset/)

 * 8 replies
 * 2 participants
 * Last reply from: [acteventsplanner](https://wordpress.org/support/users/acteventsplanner/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/undefined-offset-errors/#post-9335796)
 * Status: resolved