Exceptions_PerfilInexistenteException
El perfil burningmetro no existe.
in /var/www/tublip_com_v2/Classes/Business/PerfilIndividual.class.php line 164 ...
- $rsPerfil = Nasa_Data_Commands_Command::Execute("GetPerfilIndividualByName", array("nombre" => $sName));
- if ($rsPerfil->Count() != 1){
- throw new Exceptions_PerfilInexistenteException($sName);
- } else {
- $rsPerfil->MoveNext();
- $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 ...