hypefx
Forum Replies Created
-
also, added that code to functions. no dice yet! thanks so much for helping me on this.
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-15It 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.