I need your help I'm developing a website using CakePHP in localhost, but when i trying to upload to server i get this error Missing Behavior
Error: containableBehavior could not be found. Error: Create the class containableBehavior below in file: app/Model/Behavior/containableBehavior.php
<?php
class containableBehavior extends ModelBehavior {
}