Title: Fix for Admin Image Error
Last modified: August 18, 2023

---

# Fix for Admin Image Error

 *  [polarracing](https://wordpress.org/support/users/polarracing/)
 * (@polarracing)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/fix-for-admin-image-error/)
 * You can fix the anoying error messsage for missing images simply by changing 
   line 193 in your plugin.php file from:
 *     ```wp-block-code
       $image_path = FEA_URL . 'assets/icon.png';
       ```
   
 * into
 *     ```wp-block-code
       $image_path = FEA_URL . 'assets/icon.png';
       ```
   
 * And voila: Error messages are gone.
    -  This topic was modified 2 years, 8 months ago by [polarracing](https://wordpress.org/support/users/polarracing/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shabti Kaplan](https://wordpress.org/support/users/shabti/)
 * (@shabti)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/fix-for-admin-image-error/#post-16983505)
 * Thanks, we will

Viewing 1 replies (of 1 total)

The topic ‘Fix for Admin Image Error’ is closed to new replies.

 * ![](https://ps.w.org/acf-frontend-form-element/assets/icon-128x128.png?rev=2305398)
 * [Frontend Admin by DynamiApps](https://wordpress.org/plugins/acf-frontend-form-element/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-frontend-form-element/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-frontend-form-element/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-frontend-form-element/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-frontend-form-element/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-frontend-form-element/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shabti Kaplan](https://wordpress.org/support/users/shabti/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/fix-for-admin-image-error/#post-16983505)
 * Status: not resolved