Topic by Paul Smith
Content
Hi,
I currently have a portal module working on a november 2011 site which allows a users to click on a url and be taken to a survey they have been sent, this works fine and is accessed by the following url
http://DOMAIN_NAME/ci/documents/detail/5/SURVEY_ID
as i said this works fine when setting the cookie option on the survey and the user is logged in to the portal
I am trying to implement the same module onto a system running august 2012, but I am getting a generic 'There has been a problem with your request' message......
I started to investigate this a bit further and I have noticed that the URL used to access the surveys in august 2012 from the console have now changed.......
In nov 2011 the format is
http://DOMAIN_NAME/ci/documents/detail/5/SURVEY_ID
In aug 2012 the format is
http://DOMAIN_NAME/ci/documents/detail/5/SURVEY_ID/12/218a56af45ca5c4f61a9e9e03420e485cb894b0e (key at end changed for privacy reasons)
DOes anyone know what the new parameters are on the end of this URL? As I have stated both these URLs can be obtained by clicking the Survey URL button in the console, at present I am unable to recreate the new URL for aug 2012 until I know what these new params are. The /12 never seems to change but long key after that is unique to each survey.
I have already ruled out session id or anything like that, any ideas?
thanks a lot
Paul