-
Download 2015/03/28
I have this error when i try to access Admnistration / Modules for all options
Fatal error: Class 'WT_Module' not found in .... / webtrees-master/modules_v3/pedigree_report-add/mod…
-
In my modules I have this piece of code:
> > I18N::addTranslation(
> > new Zend_Translate('gettext', $this->module . '/language/' . WT_LOCALE . '.mo', WT_LOCALE)
> > );
How do I change this so it wi…
-
I currently used the module _wooc_singlepage_pedigree_ with the latest dev version of webtrees. Due the massive changes in the class structure the module throws an fatal error while trying to load WT_…
-
I started this investigation when I noticed that the tooltip on the tabs of the individual page (individual.php) varied depending upon the position hovered. The edge gave the module name whilst the ce…
-
Need to add $fact to globals in ageAtDeathStartHandler function in Report\Base.php file
wooc updated
10 years ago
-
Hi Greg,
This is not an issue but more a question.
I am trying out the new theme branch but I can't figure out how to initialize a new theme. If I read the instructions correctly it is just a matter…
-
I have a relation who was born one sex and every record as an adult is of a different sex. I suspect this will only become more common in contemporary genealogy. Will it be possible with webtrees to:
…
-
My generated pdf does not contain any image, instead it prints the following error message:
```
Image not readable or empty
mediafirewall.php?mid=M1&thumb=1&ged=Baum&cb=f4db5ab2
```
-
Hi Greg,
We used to be able to do
Zend_Registry::get('Zend_Translate')->addTranslation(new Zend_Translate('gettext', $xlation_file, WT_LOCALE)); in the module constructor to load any local translati…