Implementing hook_requirements will let us assure we have xapian php binding on the server, an abort if we have not.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix-hook_requirements.patch | 5.44 KB | marvil07 |
Implementing hook_requirements will let us assure we have xapian php binding on the server, an abort if we have not.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix-hook_requirements.patch | 5.44 KB | marvil07 |
Comments
Comment #1
marvil07 commentedfrom hook_requirements api documentation:
Comment #2
marvil07 commentedwe need to:
- move it to install file
- use get_t() for translations
- show a more descriptive message when xapian bindings are not installed, by adding a "you need to install xapian bindings" in addition to the real include error
Comment #3
marvil07 commentedComment #4
marvil07 commentedcommited