AKSW / OntoWiki

Semantic data wiki as well as Linked Data publishing engine
https://ontowiki.net
204 stars 51 forks source link

Account Recovery doesn't work #347

Closed white-gecko closed 8 years ago

white-gecko commented 8 years ago

Calling <ontowiki>/account/recover results in the following warning and error:

Warning: require_once(Erfurt/Auth/Identity/Recovery.php): failed to open stream: No such file or directory in <ontowiki>/extensions/account/AccountController.php on line 66

Fatal error: require_once(): Failed opening required 'Erfurt/Auth/Identity/Recovery.php' (include_path='[…]') in  <ontowiki>/extensions/account/AccountController.php on line 66

We should make sure, that this works.

white-gecko commented 8 years ago

Similar issues could also appear in other extensions. We have to check this. (@pfrischmuth @shinobu)