-
in functions.php, `app()` is documented as "Get the IoC container, or fetch something from it."
I find it a bit surprising that using app e.g.
`$factories = app(GedcomRecordFactories::class);`
…
-
With a recently created module, I added a __contruct function to initialise some data; to test the format of the data I deliberately created some that was badly formatted, when I check the error log I…
-
I'm using v2.0.2, but my sitemap.xml link just gives an error:
https://www.stamboomwesterman.net/index.php?route=%2Fsitemap.xml
syntax error, unexpected 'type' (T_STRING) …/resources/views/modules…
-
I downloaded and implemented version 2.0.1.2 and got this error:
`ReflectionException: Class Cissee\WebtreesExt\IndividualNameHandler does not exist in /var/www/Projekty/webtrees-2/vendor/illuminat…
-
In V1.7 I have added notes to the records of persons. Since I do not want to share these note with visitors I have set the access level of the Tab Notes to 'show to members'.
When I have the same se…
-
When the geonames database is used for automatic improvement, the log will generate the following error:
`file_get_contents(http://api.geonames.org/searchJSON?name_startsWith=%E9%BE%99%E4%B8%AD%2C%E9…
-
In webtrees 1.7 there were .mo files in language folder.
Could you please describe, say in README.md, how to implement translation into a language without modifying your module.php?
-
I'm getting the following error when trying to set default blocks for new users (from the control panel)
`assert(): assert($tree instanceof Tree) failed …/app/Http/RequestHandlers/UserPageDefaultEd…
-
on [http://ahnen2.hartenthaler.eu/index.php?route=%2Ftree%2Fahnen%2Findividual%2FI8860%2FChristine%2520Hinterh%25C3%25B6lzl](http://ahnen2.hartenthaler.eu/index.php?route=%2Ftree%2Fahnen%2Findividual%…
-
I'm trying to slightly edit an existing core module by using the example given in this [README ](https://github.com/fisharebest/webtrees/tree/master/modules_v4#how-to-extendmodify-an-existing-modules)…