2.5 fatal error: on image upload
-
in write post > add image > browse to image on local disk > upload > returns error message:
Fatal error: Call to undefined function: wp_constrain_dimensions() in /home/username/public_html/wp-admin/includes/image.php
error is allegedly in line 173 WP_constrain_dimensions, to wit:
function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 ) { return wp_constrain_dimensions( $width, $height, $wmax, $hmax );
my typical image is 600px x 429px. TIA best…skip
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘2.5 fatal error: on image upload’ is closed to new replies.