eriksan1
Member
Posted 1 year ago #
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'); ?>
http://wordpress.org/extend/plugins/secure-resizer/
Greg Priday
Member
Plugin Author
Posted 1 year ago #
I've managed to trace what's causing that error. I'll sort it out and push the update. Thanks eriksan1!
TinkerWorkshop
Member
Posted 10 months ago #
Greg,
I have really liked your plugin, it does EXACTLY what I need, but because of the error it is not usable.
I've sat down and fixed the error, as well as done some updates and fixes for a few other issue you've been having. Please let me know where I can toss the files at ya to update this plugin.
I would very much like to keep it alive and suggest it to others.