Page 1 of 1

bug on url encoding

Posted: 01 Mar 2011, 18:48
by popcros
Hi,

I have found a bug in url encodeing of phoca gallery plugin version 2.7.2
I used this :
{phocagallery view=categories|imagecategories=1|imagecategoriessize=1|hidecategories=1,2,3,4,5,6,30,7,8,27,28,29,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,31,32,33,34,35,36,37,38,39,47,40,43,41,42,44,45}

the generated link is
http://www.esm-vb.com/www/index.php?opt ... sy-jordane

there is a mistake in URL encode the ":" must be encoded to "%3A" like in phoca tree module.

http://www.esm-vb.com/www/index.php?opt ... Itemid=157

whith mistake we loose the pagination

BR/

Olivier

Re: bug on url encoding

Posted: 05 Mar 2011, 15:38
by Jan
Hi, the links are created by JRoute method (Joomla!) so no idea why this is not created correctly there :idea: