Hello,
I have developed some modules based in the SEBLOD list module. Everything were working fine but suddenly the links have started to fail. The same module is generating different links depending on the context.
For example:
In the home page, it is generating this link:
/index.php/40-ofertas/282-adasdc
Which is failing, however, the same module, the same position, in a different context (web section) is working fine, and generating the next link, wich is right and working:
/index.php/ofertas/282-adasdc
I know "40" is the corresponding category Id, but I can´t understand why this is happening now and depending on the place / context.
How the links are bein generated? How can I solve it? :(((
THANKS IN ADVANCE
P.S. I have others modules, very very similar to this one, working in the home page.