jcc
Member
Fabrik 4.3.1, Joomla 4.4.8
SEF=Yes
Use URL Rewriting=Yes
Add Suffix to URL=No
I reviewed the handful of forum threads that I thought were relevant, but did not find anything that was helpful or not already included in the 4.3.1 release.
I have an add form that is accessed through a sub-menu that includes an autocomplete databasejoin field. The URL to the form via the menu is:
Entering a value into the autocomplete generates an Ajax call using a URL (like below) that results in a 404:
Manually submitting any of the following URLs in a separate browser tab successfully returns json results:
If I manually access the form using the URL then the autocomplete generates an Ajax call using a URL (like below) which succeeds:
If I turn off SEF & URL rewrite, the autocomplete works correctly.
I am also able to make it work by relocating the menu option to the top-level of a hidden menu and creating a menu item alias from the current unhidden sub-menu location. This will likely be the work-around that I use for the short term.
SEF=Yes
Use URL Rewriting=Yes
Add Suffix to URL=No
I reviewed the handful of forum threads that I thought were relevant, but did not find anything that was helpful or not already included in the 4.3.1 release.
I have an add form that is accessed through a sub-menu that includes an autocomplete databasejoin field. The URL to the form via the menu is:
Entering a value into the autocomplete generates an Ajax call using a URL (like below) that results in a 404:
Manually submitting any of the following URLs in a separate browser tab successfully returns json results:
If I manually access the form using the URL then the autocomplete generates an Ajax call using a URL (like below) which succeeds:
If I turn off SEF & URL rewrite, the autocomplete works correctly.
I am also able to make it work by relocating the menu option to the top-level of a hidden menu and creating a menu item alias from the current unhidden sub-menu location. This will likely be the work-around that I use for the short term.