An error that occurred after updating from ColdFusion2018 to ColdFusion2023

After updating from CF2018 to CF2023, the following programs stopped working: https://brasil-ya.com/cfm/image1-cfm.txthttps://brasil-ya.com/cfm/image3-cfm.txt It stops at the following part of imag3.cfm.<cffile action=”upload” filefield=”form.image1″ destination=”#basyo_images#” nameconflict=”overwrite” accept=”image/gif,image/pjpeg,image/jpeg,image/jpg”><cfcatch type=”any”><center><cfoutput><font color=red><b>#images_y# #error_y#4</b></font><p><a href=”javascript:history.back(-1)”>[BACK]</a></cfoutput></center><cfabort></cfcatch></cftry>Can you tell me what to fix?

An error that occurred after updating from CF2018 to CF2023

An error that occurred after updating from CF2018 to CF2023. After updating from CF2018 to CF2023, an error occurred in the source. <cffile action=”upload” filefield=”form.image1″ destination=”#basyo_images#” nameconflict=”overwrite” accept=”image/gif,image/pjpeg,image/jpeg,image/jpg”> Can someone tell me how to fix this?

An error that occurred after updating from CF2018 to CF2023.

After updating from CF2018 to CF2023, an error occurred in the source.https://brasil-ya.com/cfm/search-cfm.jpgThe part circled in red in the linked image is causing an error.Can someone tell me how to fix this?