I Found the problem!!!!
I put the line:
"error_reporting(E_ALL);" at line 22 of the /components/com_multisites/controller.php
after that, it show me the error:
"Fatal error: Call to undefined method JUser::authorize() in /var/www/.../components/com_multisites/models/slaves.php on line 47"
this method was been removed from Joomla! Comunity, and was replaced by a method called JUser::authorise().
At line of that model I've substituied the method, simply change from authorize to authorise and it start!!!
Thanks for your support!