Title: Excessive Errors in Apache Log
Last modified: September 14, 2017

---

# Excessive Errors in Apache Log

 *  Resolved [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/)
 * Hello,
 * LOVE this theme, but it is clogging up my Apache error log.
 * Here is an excerpt of the error message:
 * Kirki: Typo found in field itrans_slide1_linktext (“setting” instead of “settings”)
   
   Kirki: Typo found in field itrans_slide1_image (“setting” instead of “settings”)
 * There’s about 100 different lines that have various field “” values.
 * I’ve looked at these files and cannot find a way to fix this. Any advice would
   be appreciated.

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

 *  [Ari Stathopoulos](https://wordpress.org/support/users/aristath/)
 * (@aristath)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-9498172)
 * Hey there!
 * The error message is pretty self-explanatory: Some customizer fields use `setting`
   instead of `settings`.
    The kirki plugin allows that and renders the controls
   regardless, but the proper syntax is `settings` and not `setting` as per the 
   WordPress Customizer API. It’s possible that at some point in the future the 
   Kirki plugin will remove these extra fallbacks it has for some common typos, 
   which is why it shows these warnings.
 * These should be fixed in the theme and it’s simply a matter of replacing `setting`
   with `settings`.
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-9499802)
 * Thanks, and I do get that part. But are you saying that it’s something I can 
   fix on my own, or have to wait for an update from the theme and/or Kirki?
 * Sorry, I’m fairly new to this.
    -  This reply was modified 8 years, 8 months ago by [bendtho](https://wordpress.org/support/users/bendtho/).
 *  [Ari Stathopoulos](https://wordpress.org/support/users/aristath/)
 * (@aristath)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-9504360)
 * This is something that should be fixed by [@marsian](https://wordpress.org/support/users/marsian/)
   on the theme.
    However due to the themes update process in wordpress.org, there
   are usually some delays when it comes to that, so if you want to fix it on your
   site immediately until an update for the theme is available, you can manually
   edit the `nx-customizer.php` file in your theme and replace all instances of `
   setting` with `settings`. Or just copy-paste the contents of this gist: [https://gist.github.com/aristath/e59b6c12e72fcf4a97c6733716733dec](https://gist.github.com/aristath/e59b6c12e72fcf4a97c6733716733dec)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-9506423)
 * Thank you! I knew what needed to be edited but I didn’t know what file it was
   in. Very helpful, thanks.
 *  Theme Author [marsian](https://wordpress.org/support/users/marsian/)
 * (@marsian)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-9525223)
 * Thank you for reporting 🙂
 * i will try to update the theme in next update ASAP.
 *  Theme Author [marsian](https://wordpress.org/support/users/marsian/)
 * (@marsian)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-10026485)
 * Fixed in recent update

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

The topic ‘Excessive Errors in Apache Log’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/i-design/1.7.5/screenshot.png)
 * i-design
 * [Support Threads](https://wordpress.org/support/theme/i-design/)
 * [Active Topics](https://wordpress.org/support/theme/i-design/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/i-design/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/i-design/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [marsian](https://wordpress.org/support/users/marsian/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/excessive-errors-in-apache-log/#post-10026485)
 * Status: resolved