Hi!
Go to Plugins – plugins edittor, choose “Filterable Portfolio” plugin, find “filterable-portfolio/templates/portfolio-meta.php” and comment 19 and 20 lines, maybe it’s not the way of jedi, but it works for me 🙂
//$project_date = get_post_meta( $id, '_project_date', true );
//$project_date = date_i18n( get_option( 'date_format' ), strtotime( $project_date ) );
I found the solution. The problem was in disabled php extensions, named “gd” and “imagic”. It will saves a lot of time for beginners if this info will be a part of requirements for plugin setup.
I found the solution. The promblem was in disabled php extensions, named “gd” and “imagic”.