Plugin Author
Neha
(@nehagoel)
Did you installed any new plugin recently or any other update?
Plugin Author
Neha
(@nehagoel)
Can you please share your WP Access @ [email protected]
I deleted the plugin. And re-added it. When I click “activate” I get
“The plugin generated 5796 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
Plugin Author
Neha
(@nehagoel)
Just ignore the issue & let me know if it’s working properly now.
Same issue —
I did some debugging and it appears that in the following code:
}elseif ( $slider_content == 1 ){
$output .= '<p class="slider-content-img">';
if( !empty($post_details[$p]['post_first_img']['0']) ){
$rps_img_src_path = $post_details[$p]['post_first_img']['0'];
if(!empty($rps_img_src_path)){
$output .= '<a href="'.$post_details[$p]['post_permalink'].'"><center><img src="'.$rps_img_src_path.'" alt="'.__($post_details[$p]['post_title'], 'rps').'" /></center></a>';
}
}
Around line 498 in recent-posts-slider.php is malfunctioning.
I checked via print_r and it looks like new posts are no longer setting post_first_img .. perhaps this behavior changed somehow in a recent WP update?
Old posts still have the key set properly and still display images, but new ones do not have any value stored for that key.
I tried ‘hacking’ it by adding
else{
$feat_image=wp_get_attachment_url( get_post_thumbnail_id($post_details[$p]['post_ID']) );
$output .= '<a href="'.$post_details[$p]['post_permalink'].'"><center><img src="'.$feat_image.'" alt="'.__($post_details[$p]['post_title'], 'rps').'" /></center></a>';
}
after that statement, however in addition to not properly retrieving the img src in the line of code above, the one that I wrote previously that worked still didn’t properly scale images (since it’s just using the featured image which isn’t really that great of an idea imo.)
Hope this helps — please try to fix this asap? 😀
This is still NOT working!!!
It posted a few photos for me (though most old ones still won’t show). Now today new one error again:
Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘/home/whatmuse/public_html/wp-content/uploads/2013/11/3-times-lashes-copy-2-138×146.jpg’ for writing: Permission denied in /home/whatmuse/public_html/wp-includes/class-wp-image-editor.php on line 357
Warning: substr() expects parameter 1 to be string, object given in /home/whatmuse/public_html/wp-content/plugins/recent-posts-slider/recent-posts-slider.php on line 205
Warning: Cannot modify header information – headers already sent by (output started at /home/whatmuse/public_html/wp-includes/class-wp-image-editor.php:357) in /home/whatmuse/public_html/wp-admin/post.php on line 222
Warning: Cannot modify header information – headers already sent by (output started at /home/whatmuse/public_html/wp-includes/class-wp-image-editor.php:357) in /home/whatmuse/public_html/wp-includes/pluggable.php on line 899
Error again today:
Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘/home/whatmuse/public_html/wp-content/uploads/2013/11/november-30-138×146.jpg’ for writing: Permission denied in /home/whatmuse/public_html/wp-includes/class-wp-image-editor.php on line 357
Warning: substr() expects parameter 1 to be string, object given in /home/whatmuse/public_html/wp-content/plugins/recent-posts-slider/recent-posts-slider.php on line 205
Warning: Cannot modify header information – headers already sent by (output started at /home/whatmuse/public_html/wp-includes/class-wp-image-editor.php:357) in /home/whatmuse/public_html/wp-admin/post.php on line 222
Warning: Cannot modify header information – headers already sent by (output started at /home/whatmuse/public_html/wp-includes/class-wp-image-editor.php:357) in /home/whatmuse/public_html/wp-includes/pluggable.php on line 899