[Plugin: Secure Image Resizer] Secure-Resizer catchable error bug
-
Secure-Resizer seems to interfere with default WP funcionality:
Error message in browser:
Catchable fatal error: Object of class WP_Error could not be converted to string in /path-to/secure-resizer.php on line 44
In functions.php:
add_image_size('half-column',480,464, true);
In the loop of the theme:
<?php the_post_thumbnail('half-column'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Secure Image Resizer] Secure-Resizer catchable error bug’ is closed to new replies.