php - cakephp: '/Array' in pagination results? -
i'm using custom route present specific search results on page. first page of results loads fine, pagination includes '/array' before parameters , links not pull results. manually removing '/array' url lets page load properly.
failing url generated cake:
good url:
why '/array' being inserted? or how rid of it?
update:
i ended out using jquery strip '/array' out of pagination links. works, i'd implement proper fix.
Comments
Post a Comment