Hi!
I'm trying to run a process in a Joomla component with JCron.
I've configured it to run like a web adress, I've enabled the JCron y I've checked it with traffic on my home page.
The JCron seems to work well (Last Run Time changes according to my settings), but it seems to alter the ampersand in the URL. So, task executed with a wrong adress, wich is the same on this case to a non execute of the correct task.
Example:
Command to Run http://localhost/joomla2/administrator/index2.php?option=com_file_index&task=index
Last Run Log Text http://localhost/joomla2/administrator/index2.php?option=com_file_index&task=index
How can I achieve to execute well this command?. Is it a bug or a problem wih my configurtion?
Regards
Martin