Hi
I have a site that relies heavily on a library of resources - pdfs, word docs etc.
These are input to the site via the Forms and Lists module.
I then use Open Web Studio to pull out and filter the resources as the end user requires.
This has worked fine until recently, with a link like
/linkclick.aspx?Fileticket=113
being generated.
Now for recently added resources I am getting a 404 page not found error.
I am not sure what the cause of this is.
The fileTickets 's have gone over 1000 - could this be the reason ?
All FileTickets below 1000 still work.
The DNN was recently upgraded to 5.4.4 - could this be the reason ?
Whatever the reason is I desperately need to fix it.
The files can be seen via an ordinary html link and here the url is constructed is of the form:
/LinkClick.aspx?fileticket=m_H0gBdaW20%3d&tabid=58
So I guess the question is how can I generate the above form of link when the data generated from the Form and List module just seems to give me an integer fileID ?
I hope that all makes sense - please help
Vicky