Title: Fatal error: Uncaught Error: Class &#8220;WP_Customize_Image_Control&#8221;
Last modified: January 14, 2026

---

# Fatal error: Uncaught Error: Class “WP_Customize_Image_Control”

 *  Resolved [slservice33](https://wordpress.org/support/users/slservice33/)
 * (@slservice33)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-class-wp_customize_image_control/)
 * Hi I’m getting the following PHP error about once every day on both my WordPress
   sites:
 * `Fatal error: Uncaught Error: Class "WP_Customize_Image_Control" not found in/
   var/www/html/mysite.net/wp-includes/customize/class-wp-customize-cropped-image-
   control.php:17`
 * Stack Trace
    1. 
       {main}thrown in /var/www/html/mysite.net/wp-includes/customize/class-wp-customize-
       cropped-image-control.php on line 17
 * Any ideas what the problem might be ?

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-class-wp_customize_image_control/#post-18786081)
 * Try reviewing info in this thread at [https://stackoverflow.com/questions/16532397/fatal-error-class-wp-customize-control-not-found-wordpress](https://stackoverflow.com/questions/16532397/fatal-error-class-wp-customize-control-not-found-wordpress)
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-class-wp_customize_image_control/#post-18786088)
 * If you haven’t programmed anything yourself, it could be due to an incorrect 
   call from one of the plugins you are using. Deactivate all of them as a test 
   and check whether the problem still occurs.
 *  Thread Starter [slservice33](https://wordpress.org/support/users/slservice33/)
 * (@slservice33)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-class-wp_customize_image_control/#post-18789404)
 * Looks like it was actually settings in server php.ini causing various minor PHP
   errors. Solved by updating as below:
 *     ```wp-block-code
       sudo nano /etc/php/8.1/fpm/php.iniupload_max_filesize = 2M upload_max_filesize = 32M post_max_size = 8Mpost_max_size = 48M memory_limit = 128M memory_limit = 256M max_execution_time = 30 max_execution_time = 600 ;max_input_vars = 1000 max_input_vars = 3000 max_input_time = 60max_input_time = 1000
       ```
   

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffatal-error-uncaught-error-class-wp_customize_image_control%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [slservice33](https://wordpress.org/support/users/slservice33/)
 * Last activity: [4 months, 3 weeks ago](https://wordpress.org/support/topic/fatal-error-uncaught-error-class-wp_customize_image_control/#post-18789404)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
