Is this incompatibility Coldfusion/Lucee or am I doing something wrong?

Hi all, I am running through the coldbox tutorials, I am stuck at this point, any ideas?

Incompatibility Coldfusion/Lucee or am I doing something wrong?

Lucee 5.2.9+31 (through commandbox) on Windows server 2016 standard.

Try this without component name as function type

function init(){
return this;
}

Thanks, and tried, same error unfortunately :frowning:

From another part of a tutorial I had ORM settings still in application.cfc, removed those and the error is gone, thanks!

Mmm no error is back again, anyone any ideas? What could it be?

Can you post your dao codE?