List URLs changed after Fabrik 3.3.4 Update

GregL

New Member
We have a site using Fabrik to display listings of reptiles for sale.
Prior to 3.3.4, our URLs contained one of the category names i.e.

ultimatereptiles.com.au/crocodiles/list/3.html?ls_stock___ls_stock_category_raw=33&limitstart3=0&resetfilters=1&fabrik_incsessionfilters=0


After the update the URLs now look like this...

test.ultimatereptiles.com.au/livestock/list/3.html?ls_stock___ls_stock_category_raw=33&limitstart3=0&resetfilters=1&fabrik_incsessionfilters=0


The list name is livestock and one of the category names is crocodiles. I presume the 3.3.3 representation of the URL is actually incorrect and this has been 'fixed' in 3.3.4 so it shows the list name rather than the first category from the list.

Our problem is that none of the items in each category display on the new (test) version. On the working site, we get this generated...

Code:
<tr id="list_3_com_fabrik_3_row_158" class="fabrik_row oddRow0">
<td class="ls_stock___ls_img_file fabrik_element fabrik_list_3_group_3">
<div class="fabrikGalleryImage" style="width:px;height:px; vertical-align: middle;text-align: center;">
   <a href="http://www.ultimatereptiles.com.au/images/stories/forsale/Freshwater_2015.jpg" rel="lightbox{]" title="">
     <img class="fabrikLightBoxImage" src="http://www.ultimatereptiles.com.au//images/stories/forsale/thumbs/Freshwater_2015.jpg" alt="">
   </a>
</div>
</td>
...
... other product related stuff here I've skipped
...
<td class="fabrik_actions fabrik_element"><div class="btn-group">

and on the non-working site we get ...

Code:
<tr id="list_3_com_fabrik_3_row_158" class="fabrik_row oddRow0">
<td class="fabrik_actions fabrik_element"><div class="btn-group">

If I paste the non-domain part of the URL into the test site, the data is displayed properly i.e. if I replace 'livestock' with 'crocodiles'.

Can someone enlighten me as to what might be wrong?

Thanks, Craig
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top