Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Element undefined in URL CF11 worked in CF9

Contributor ,
Aug 20, 2014 Aug 20, 2014

We recently upgraded from CF9 to CF11.  I am having an issue where CF is throwing Element undefined in URL when the variable is clearly defined in the URL. Here's the flow...

The user clicks an icon to update an item.  A new window is opened and variables are passed in the URL.  User makes the changes, presses submit, CF makes the updates then the Window closes.  This worked fine in CF9.  Since the update when the user presses submit the window never closes and CF throws the error.  Nothing changed in the code.

Thanks in advance for any help!

Gary 

707
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Aug 21, 2014 Aug 21, 2014

I've solved the problem.

Seems in CF11 the #CurrentPage# tag doesn't pass the URL data however it did in CF9.

Translate
Community Expert ,
Aug 20, 2014 Aug 20, 2014

The explanation will be much clearer if you show us the code, or at least a sketch of it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 21, 2014 Aug 21, 2014

I've solved the problem.

Seems in CF11 the #CurrentPage# tag doesn't pass the URL data however it did in CF9.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 23, 2014 Oct 23, 2014
LATEST

What was your fix for this?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources