Problem/Motivation
If drupal is installed in subdirectory this module does not work. Like www.xxx.ss/ahoj
It adds /ahoj/ahoj/admin/entity_reference_tree.... by default when you try to click on popup so there is message in logs "Page not found"
so instead of /ahoj/ahoj/admin/entity_reference_tree... it uses only /ahoj/admin/entity_reference_tree...
How to get rid of duplicated prefix?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | entity_reference_tree-3437801-3.patch | 1.31 KB | mingsong |
Comments
Comment #2
mingsongComment #3
mingsongThe patch to fix this issue.
@coaston, could you try the patch and let me know if it works for your case?
Comment #4
mingsongComment #5
coaston commentedHello,
Thank you! Your patch works as expected and finally I can use drupal in subdirectory as requested.
Much appreciated.
Comment #7
mingsongThanks.