Title: hypefx's Replies | WordPress.org

---

# hypefx

  [  ](https://wordpress.org/support/users/hypefx/)

 *   [Profile](https://wordpress.org/support/users/hypefx/)
 *   [Topics Started](https://wordpress.org/support/users/hypefx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hypefx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hypefx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hypefx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hypefx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hypefx/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Submitted Posts – Enable Users to Submit Posts from the Front End] fatal error wp_read_image_metadata](https://wordpress.org/support/topic/cant-wait-to-get-working/)
 *  Thread Starter [hypefx](https://wordpress.org/support/users/hypefx/)
 * (@hypefx)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cant-wait-to-get-working/#post-7147833)
 * also, added that code to functions. no dice yet! thanks so much for helping me
   on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Submitted Posts – Enable Users to Submit Posts from the Front End] fatal error wp_read_image_metadata](https://wordpress.org/support/topic/cant-wait-to-get-working/)
 *  Thread Starter [hypefx](https://wordpress.org/support/users/hypefx/)
 * (@hypefx)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cant-wait-to-get-working/#post-7147832)
 * Totally stumped. Exif is enabled. here is my php info. i want this to work so
   badly!!! LOL
 * exif
 * > EXIF Support enabled
   >  EXIF Version 1.4 $Id: f94e075e5a1ebe5108ef2729498d2f198df3c078
   > $ Supported EXIF Version 0220 Supported filetypes JPEG,TIFF Directive Local
   > Value Master Value exif.decode_jis_intel JIS JIS exif.decode_jis_motorola JIS
   > JIS exif.decode_unicode_intel UCS-2LE UCS-2LE exif.decode_unicode_motorola 
   > UCS-2BE UCS-2BE exif.encode_jis no value no value exif.encode_unicode ISO-8859-
   > 15 ISO-8859-15
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Submitted Posts – Enable Users to Submit Posts from the Front End] fatal error wp_read_image_metadata](https://wordpress.org/support/topic/cant-wait-to-get-working/)
 *  Thread Starter [hypefx](https://wordpress.org/support/users/hypefx/)
 * (@hypefx)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cant-wait-to-get-working/#post-7147804)
 * It seems like the error is triggering due to USP using the exif to generate the
   title on submit.
    here is that line in media.php
 * // Use image exif/iptc data for title and caption defaults if possible.
    } elseif(
   0 === strpos( $type, ‘image/’ ) && $image_meta = @wp_read_image_metadata( $file)){
   if ( trim( $image_meta[‘title’] ) && ! is_numeric( sanitize_title( $image_meta[‘
   title’] ) ) ) { $title = $image_meta[‘title’]; }
 * on submit, white screen of death… not even admin bar remains.

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