UksusoFF / webtrees-faces

webtrees module for mark people on photos
https://www.webtrees.net/index.php/en/forum/2-open-discussion/30219-how-to-mark-individuals-on-group-photo
37 stars 8 forks source link

Not working #1

Closed jpretired closed 7 years ago

jpretired commented 7 years ago

I have installed the module. After activating it no settings are available. No errors in webtrees log. I use webtrees 1.7.9

UksusoFF commented 7 years ago

Did you rename module folder follow this instructions? Can you provide full path to module.php from your server?

jpretired commented 7 years ago

Of course I renamed it. My webtrees is on localhost. In module administration the module name links to localhost/.../webtrees/admin_modules.php#

UksusoFF commented 7 years ago

In module administration the module name links to localhost/.../webtrees/admin_modules.php#

No, I mean file path. Not url. eg: /var/www/webtrees/modules_v3/photo_note_with_image_map/module.php or C:\www\webtrees\modules_v3\photo_note_with_image_map\module.php

jpretired commented 7 years ago

/var/www/Projekty/webtrees-1.7/modules_v3/photo_note_with_image_map/module.php

UksusoFF commented 7 years ago

Ok, this looks like normal. Any errors in apache/nginx logs?

jpretired commented 7 years ago

No errors in webtrees log, no errors in apache log.

UksusoFF commented 7 years ago

Wait. Can you show screenshot of your modules in webtrees admin (/admin_modules.php)?

And which theme you are used? Do you see (+) near photo in colorbox?

Any errors in browser console?

jpretired commented 7 years ago

Sorry, Kirill, I was wrong - the module works. I did not know where to look for the plus sign. Now I can see it in colorbox near photo title. I also expected some settings to the module, there are probably none. Thanks.

UksusoFF commented 7 years ago

Yep. Module settings still in todo list. Now it's show empty link because module implements ModuleConfigInterface for use database settings and must contain getConfigLink method. Thank for feedback!