Exceptions_PerfilInexistenteException

El perfil burningmetro no existe.

in /var/www/tublip_com_v2/Classes/Business/PerfilIndividual.class.php line 164 ...
    1.         $rsPerfil Nasa_Data_Commands_Command::Execute("GetPerfilIndividualByName", array("nombre" => $sName));
    2.         
    3.         if ($rsPerfil->Count() != 1){
    4.             throw new Exceptions_PerfilInexistenteException($sName);
    5.         } else {
    6.             $rsPerfil->MoveNext();
    7.             $oPerfil = new Business_PerfilIndividual(false$rsPerfil["id_perfil"]);

Stack trace

  • at Business_PerfilIndividual::GetByName('burningmetro')
    in /var/www/tublip_com_v2/Classes/Business/PerfilFactory.class.php line 52 ...
  • at Business_PerfilFactory->MakeObject(array(''nombre_perfil' => 'burningmetro','tipo_perfil' => 'perfiles','tipo_perfil_individual' => 'perfiles',Null,Null'))
    in /var/www/tublip_com_v2/Classes/Configuration/ContextVars.class.php line 94 ...
  • at Configuration_ContextVars->UpdateContext()
    in /var/www/tublip_com_v2/Classes/Configuration/ContextVars.class.php line 16 ...
  • at Configuration_ContextVars->__construct(object('Pages_Profile_Contacts_Home'))
    in /var/www/tublip_com_v2/Classes/Pages/Layout/ProfilePage.class.php line 12 ...
  • at Pages_Layout_ProfilePage->__construct(object('Nasa_Configuration_Configuration'),object('Nasa_Session'))
    in /var/www/tublip_com_v2/Bootstrap.php line 17 ...