Title: ini_set errors killing disk space
Last modified: August 22, 2016

---

# ini_set errors killing disk space

 *  Resolved [TomboAhi](https://wordpress.org/support/users/tomboahi/)
 * (@tomboahi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ini_set-errors-killing-disk-space/)
 * I know your plugin uses ini_set, but I have been using it for several years on
   different sites including on systems that have ini_set administratively restricted
   and have not had any errors due to it until now.
 * The current site is very active, for the calendar. My error_log is blowing up
   because of all the ini_set errors. I had no clue how fast this thing can grow.
 * What can I do to either disable ini_set manually (I have no problem modifying
   the plugin) or stop the following message from killing my space.
 * `[05-Sep-2014 02:41:27 UTC] All-in-One Event Calendar: ini_set() has been disabled
   for security reasons @ /home/xxxxxxx/public_html/wp-content/plugins/all-in-one-
   event-calendar/all-in-one-event-calendar.php:81 #2`
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

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

 *  [cefiar](https://wordpress.org/support/users/cefiar/)
 * (@cefiar)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ini_set-errors-killing-disk-space/#post-5258451)
 * If it’s working without the ini_set() function on your site, then you could simply
   try commenting it out.
 * Note: There is only the one occurrence of ini_set, and it’s on line 81 of all-
   in-one-event-calendar.php. The line is:
 *     ```
       @ini_set( 'unserialize_callback_func', 'spl_autoload_call' );
       ```
   
 *  Thread Starter [TomboAhi](https://wordpress.org/support/users/tomboahi/)
 * (@tomboahi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ini_set-errors-killing-disk-space/#post-5258492)
 * Yep, it worked. I just didn’t want to modify the files without ensuring there
   wasn’t some dependency – site didn’t blow up and errors stopped flooding the 
   logs. Thanks!

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

The topic ‘ini_set errors killing disk space’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [TomboAhi](https://wordpress.org/support/users/tomboahi/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/ini_set-errors-killing-disk-space/#post-5258492)
 * Status: resolved