Migrating from ColdFusion 2016 to Lucee

@Julian_Halliwell I think that is the one I selected. I’ll need to go check.

With regards to my code hitting a brick wall. I found that it was CFLOCATION that was the issue.

Any use of CFLOCATION is failing displaying “Object Moved

It was using a relative path …/games/index.cfm so I changed it to use the root /games/index.cfm and also tried a full HTTP URL, they all give the same result.

a search of the forum did find this

I located the boncodejp13.settings file but it did not have a reference to <EnableHTTPStatusCodes>False</EnableHTTPStatusCodes> so I added it with the value TRUE, and restarted Lucee. It didn’t fix it :frowning: