vesta-webtrees-2-custom-modules / vesta_extended_relationships

⚶ Vesta Extended Relationships (Webtrees 2 Custom Module)
https://cissee.de/
GNU General Public License v3.0
11 stars 4 forks source link

Call to undefined method Cissee\WebtreesExt\MoreI18N::plural() #115

Closed hartenthaler closed 1 year ago

hartenthaler commented 1 year ago

When using Vesta 2.1.17.0.0 or .0.1 - I'm not sure.

Call to undefined method Cissee\WebtreesExt\MoreI18N::plural() …/modules_v4/vesta_extended_relationships/UserRepositoryExt.php:77
#0 …/modules_v4/vesta_extended_relationships/ExtendedRelationshipModule.php(1154): Cissee\Webtrees\Module\ExtendedRelationships\UserRepositoryExt->usersLoggedInQuery()
#1 …/resources/views/tree-page-block.phtml(20): Cissee\Webtrees\Module\ExtendedRelationships\ExtendedRelationshipModule->getBlock()
ric2016 commented 1 year ago

Fixed in release 2.1.17.0.2.

hartenthaler commented 1 year ago

It is still there in 2.1.17.0.2

Call to undefined method Cissee\WebtreesExt\MoreI18N::plural() …/modules_v4/vesta_extended_relationships/UserRepositoryExt.php:77
#0 …/modules_v4/vesta_extended_relationships/ExtendedRelationshipModule.php(1154): Cissee\Webtrees\Module\ExtendedRelationships\UserRepositoryExt->usersLoggedInQuery()
#1 …/resources/views/user-page-block.phtml(20): Cissee\Webtrees\Module\ExtendedRelationships\ExtendedRelationshipModule->getBlock()
#2 …/app/View.php(183): include('...')
ric2016 commented 1 year ago

Missed a spot, see commit. Next Vesta release probably to fololw tomorrow.

hartenthaler commented 1 year ago

Vielen Dank!