":" colon is causing problem to JRoute of Joomla 1.7.3
Posted: 05 Jan 2012, 19:45
Hi and thanks very much for this great component.
I installed the latest phocadownload to the latest Joomla (1.7.3) and it seems there is a problem when phocadownload is requesting the URL of a category with the alias in the URL e.g (/index.php?option=com_phocadownload&view=category&id=6:2012&Itemid=159).
When the JRoute is processing the URL it seems that ":" colon is causing problems here:
Joomla libraries string.php line 752 parse_url($encodedURL);
The parse_url things that the colon it was set us a port in the url and this is causing problem to the JRoute process because the return URL looks like this (?option=com_phocadownload&view=category&id=6:2012&Itemid=159) the index.php is missing. The same thing when I am using SEF URLS too.
Maybe you need to change that colon with something else or maybe I am wrong. You are the programer you know better than me.
Thanks.
I installed the latest phocadownload to the latest Joomla (1.7.3) and it seems there is a problem when phocadownload is requesting the URL of a category with the alias in the URL e.g (/index.php?option=com_phocadownload&view=category&id=6:2012&Itemid=159).
When the JRoute is processing the URL it seems that ":" colon is causing problems here:
Joomla libraries string.php line 752 parse_url($encodedURL);
The parse_url things that the colon it was set us a port in the url and this is causing problem to the JRoute process because the return URL looks like this (?option=com_phocadownload&view=category&id=6:2012&Itemid=159) the index.php is missing. The same thing when I am using SEF URLS too.
Maybe you need to change that colon with something else or maybe I am wrong. You are the programer you know better than me.
Thanks.