Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with 2.1.0.1 #133

Closed
jpretired opened this issue Dec 5, 2021 · 4 comments
Closed

Error with 2.1.0.1 #133

jpretired opened this issue Dec 5, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@jpretired
Copy link

webtrees 2.1.0-alpha.1 , extended_family v 2.1.0.1, error:

Class "Fisharebest\Webtrees\GedcomCode\GedcomCodePedi" not found …/modules_v4/hh_extended_family/src/Factory/Objects/ExtendedFamilySupport.php:242
#0 …/modules_v4/hh_extended_family/src/Factory/Objects/ExtendedFamilySupport.php(226): Hartenthaler\Webtrees\Module\ExtendedFamily\ExtendedFamilySupport::generatePedigreeLabel()
#1 …/modules_v4/hh_extended_family/ExtendedFamily.php(184): Hartenthaler\Webtrees\Module\ExtendedFamily\ExtendedFamilySupport::generateChildLabels()
#2 …/modules_v4/hh_extended_family/ExtendedFamilyPersonExists.php(71): Hartenthaler\Webtrees\Module\ExtendedFamily\ExtendedFamily->constructProband()
#3 …/modules_v4/hh_extended_family/ExtendedFamilyTabModule.php(115): Hartenthaler\Webtrees\Module\ExtendedFamily\ExtendedFamilyPersonExists->__construct()
#4 …/modules_v4/hh_extended_family/ExtendedFamilyTabModule.php(504): Hartenthaler\Webtrees\Module\ExtendedFamily\ExtendedFamilyTabModule->personExistsInExtendedFamily()
#5 …/resources/views/individual-page-tabs.phtml(18): Hartenthaler\Webtrees\Module\ExtendedFamily\ExtendedFamilyTabModule->isGrayedOut()
#6 …/app/View.php(183): include('...')
#7 …/app/View.php(280): Fisharebest\Webtrees\View->render()
#8 …/app/Helpers/functions.php(200): Fisharebest\Webtrees\View::make()
#9 …/resources/views/individual-page.phtml(48): view()
#10 …/app/View.php(183): include('...')
#11 …/app/View.php(280): Fisharebest\Webtrees\View->render()
#12 …/app/Helpers/functions.php(200): Fisharebest\Webtrees\View::make()
#13 …/app/Http/ViewResponseTrait.php(50): view()
#14 …/app/Http/RequestHandlers/IndividualPage.php(153): Fisharebest\Webtrees\Http\RequestHandlers\IndividualPage->viewResponse()

@hartenthaler hartenthaler added the bug Something isn't working label Dec 5, 2021
@hartenthaler
Copy link
Owner

Thanks for reporting! I had copied 2.1 over an existing 2.0, therefore GedcomCodePedi was still available. You have used a fresh copy, and then this file/class was moved to another class. It will be repaired in the next release.

@jpretired
Copy link
Author

A question: as this issue is closed, is the fix included in the latest release?

@hartenthaler
Copy link
Owner

Sorry, no. It will be part of the next release 2.0.1.2, but at the moment I'm still working at another point. But you can download one file and replace it: hh_extended_family/src/Factory/Objects/ExtendedFamilySupport.php
This should work.

@hartenthaler hartenthaler reopened this Dec 8, 2021
@hartenthaler
Copy link
Owner

the function is completely new programmed and fixed; will be part of the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants