[ Contentbox 1.0.6 - Coldbox 3.5.1 ] Page/Post not saving

Hi there, can anyone help, I install:
Contentbox 1.0.6 using
Coldbox 3.5.1 in server
Railo 3.3.5.001

When I try to create a page or post I got this error:

Error Messages: variable [CONTENTVERSIONSERVICE] doesn’t exist

Line 79
Template /modules/contentbox/model/content/BaseContent.cfc

Basecontent.cfc

Line 13
property name=“contentVersionService” inject=“contentVersionService@cb” persistent=“true”;

Line 79
var newVersion = contentVersionService.new(properties={
content = arguments.content,
changelog = arguments.changelog
});