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:

http://www.advancelegaljobs.com/app/webroot/index.php/jobs/search/array/page:2/experience:0/industry:0/radius:north+carolina

good url:

http://www.advancelegaljobs.com/app/webroot/index.php/jobs/search/page:2/experience:0/industry:0/radius:north+carolina

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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -