htmlDecode() Error

Hi i currently purchased phpmaker 2020 and i use it as previous version i used to use and after generate files i open it and i have this error on all pages :Fatal error: Uncaught Error: Call to undefined method PHPMaker2020\project_name\DbField::htmlDecode() in C:\xampp\htdocs\new_admin\classes\table_list.php:2015 Stack trace: #0 C:\xampp\htdocs\new_admin\tablelist.php(312): PHPMaker2020\project_name\table_list->renderRow() #1 {main} thrown in C:\xampp\htdocs\new_admin\classes\table_list.php on line 2015any suggestion ?PS: i downloaded all extension for registered users and i activate these extensions before generating scripts

Sorry for false reply the error seems on CKEditor although i activate the CKEditor extension

The DbField::htmlDecode() is a defined method (in phpfn.php). You may try to click Tools → Delete Template Cache and generate scripts again. If error remains, can you post code around line 2015 of table_list.php for discussion?

It worked when i generate script again and click on overwrite template instead of keep. It same as Delete Template Cache thanks