Hi,
When I publish latest blogs module I am getting following error.
Fatal error: Call to a member function format() on a non-object in administrator\components\com_easyblog\includes\easyblog.php on line 1059
I checked that line and it is..
$adapter = EB::quickpost()->getAdapter($row->posttype)->format($row);
Commented above line and site works fine.
Is this a bug? or some deprecated function? Is it ok if I comment it out.
Thanks