Fixed Paginate form plugin

georgie

Member
Hello

I have a strange behaviour from the paginate form plugin.
Indeed when it comes to the end of the list, or to the beginning, it displays an empty page.

Morever, it goes to a specific URL :
/component/fabrik/details/…

So the page does not display as usual.

I tried with Ajax, same same.

Please do you know this issue?
THX
 
It seems you are the first one using it with F4.

Should be fixed in the Git repo.

On my site I have still issues when using Ajax. Is it working on your site?
 
I have a Fabrik list module within a page on my site and within the module's advanced settings, I have the options Ajaxify and Ajaxify Links set to "Yes". When I was using Fabrik 4.0Zeta and Joomla 4.4.1, clicking the "Add" button would open a modal with the form. After upgrading to Fabrik 4.2 (Joomla 4.4.4), the ajax request would fail and I'd get 500 code.

The error is: array_merge(): Argument #1 must be of type array, null given.

The ajax request is being made to this url: https://<<mysite>>/component/fabrik/form/11/?Itemid=138&parent_id=847&tmpl=component&ajax=1&format=partial.

Is this something related to what you've found when using Ajax (should I create a new post or are you already aware of and looking into something similar)?
 
Back
Top