[bug] list id not included in ajax popup url for databasejoin front-end select SOLVED

Status
Not open for further replies.

batonac

Member
As usual, I'm back to report bugs with databasejoins ;-)

I'm working on a new site, and have fresh-installed with the latest github code. I'm working on creating some new forms and running into problems with front-end add and select ajax codes. When I click on the buttons, the page does nothing, but the debugger console is showing that the ajax url is getting a '500 Incorrect list id' error response from the server.

I've copied the url from the console, and it's clear that the list id is missing:
Code:
http://jacobzladder.com/index.php?option=com_fabrik&view=list&listid=&tmpl=component&ajax=1&triggerElement=sellers___industry_id&resetfilters=1&c=_com_fabrik_

When I insert the list id as follows, the url produces the desired result:
Code:
http://jacobzladder.com/index.php?option=com_fabrik&view=list&listid=5&tmpl=component&ajax=1&triggerElement=sellers___industry_id&resetfilters=1&c=_com_fabrik_

Is something wrong with my site, or is the code broken?
 
This seems to have been solved by opening each of my databasejoin elements and resaving them (without manually making any changes). Apparently 'Popup form' field was not populated previously. This is probably my fault, since I believe I may have changed the front-end-select option manually via the database. Sorry guys. Marking as solved.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top