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

Possible Fix for error: "KT_getRealValue:Unknown method: KT_Insert1."

Contributor ,
Jan 26, 2018 Jan 26, 2018

Copy link to clipboard

Copied

For anyone having issues with moving an old CF9 site to CF2016 that used the ADDT (Adobe Dreamweaver Development Template) files, I have discovered a possible fix to the error: "KT_getRealValue:Unknown method: KT_Insert1."

When browsing a page served up from CF2016, the following error displays: "KT_getRealValue:Unknown method: KT_Insert1." for all pages

1) Browse to this post & apply all of the changes listed: https://forums.adobe.com/thread/515385

2) Now browse to the "includes\common\KT_functions.inc.cfm" file and make the following change (around line 914):

<!---Fix for CF9 (& above) when getting error: "KT_getRealValue:Unknown method: KT_Insert1." Just comment out the "cfdefaultcase"--->

       

<!---<cfdefaultcase>

<cfset Request.KT_die('KT_getRealValue:<br />Unknown method: ' & method & '.')>

</cfdefaultcase>--->

3) Try your pages again and they should now be working.

ps: looks like the code won't post in step 2, so here it is:

<!---Fix for CF9 (& above) when getting error: "KT_getRealValue:Unknown method: KT_Insert1." Just comment out the "cfdefaultcase"--->

      

<!---<cfdefaultcase>

<cfset Request.KT_die('KT_getRealValue:<br />Unknown method: ' & method & '.')>

</cfdefaultcase>--->

Views

221

Translate

Translate

Report

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
no replies

Have something to add?

Join the conversation
Resources
Documentation