getCookie is not defined

Hello everyone,When generating any projects in PHPMaker 2020, when I open a page, the ‘waiting’ cursor never stops spinning, and there is the following console error:Uncaught ReferenceError: getCookie is not defined
    at carslist.php: 1350
    at i (loadjs.min.js: 1)
    at loadjs.min.js: 1
    at Array.s (loadjs.min.js: 1)
    at s (loadjs.min.js: 1)
    at Function.o.done (loadjs.min.js: 1)
    at Object.ew.loadjs (ewcfg.js: 5)
    at Object.ew.loadjs (ewcfg.js: 5)
    at ewcfg.js: 5
    at i (loadjs.min.js: 1)Could anyone tell what I’m doing wrong? I could not find any references to this error.Best regardsNilton

There is no getCookie() in PHPMaker. If that is your own function, you better use, e.g.window.getCookie = function() {
// your code
};