Everyone, hi
I am getting a bit desperate as I can't, by the life of me, figure out how to solve this one:
I was able to track this issue to
com_chronoconnectivity/libraries/chronoconnection php
The code, on line 95 reads
$this->connection_url = 'index.php?option=com_chronoconnectivity&view='.JRequest::getVar('view', 'connection').'&Itemid='.JRequest::getVar('Itemid');
which seems to be to be fine, but when finally gets to the browser it has translated to:
index.php?option=com_chronoconnectivity&view=connection&Itemid=4
and it fails with a
"Connection name can NOT be empty!" error.
It is obvious to me that the & is being translated to & because changing &: into & on the browser bar completes the action with no problem whatsoever.
But...
How and where do you fix it???
Help would be greatly greatly greatly appreciated
Ricardo
I am getting a bit desperate as I can't, by the life of me, figure out how to solve this one:
I was able to track this issue to
com_chronoconnectivity/libraries/chronoconnection php
The code, on line 95 reads
$this->connection_url = 'index.php?option=com_chronoconnectivity&view='.JRequest::getVar('view', 'connection').'&Itemid='.JRequest::getVar('Itemid');
which seems to be to be fine, but when finally gets to the browser it has translated to:
index.php?option=com_chronoconnectivity&view=connection&Itemid=4
and it fails with a
"Connection name can NOT be empty!" error.
It is obvious to me that the & is being translated to & because changing &: into & on the browser bar completes the action with no problem whatsoever.
But...
How and where do you fix it???
Help would be greatly greatly greatly appreciated
Ricardo