César Luna

Results 5 issues of César Luna

I have error after of create crud to a entity, in method getTotalOfRecordsString: `An exception occurred while executing 'SELECT COUNT(p0_.id) etc.` I add $queryBuilder->resetDQLPart('orderBy') before call method getTotalOfRecordsString. This works...

I have this code in my controller ``` $token = $event->getAuthenticationToken(); $token->setAttribute('company',$company); ``` When have enable rememberme and reset browser, the attribute not persist. How can persist in session and...

Instale symfony-cmf/media-bundle anadi el routing, la configuracion dentro del config.yml, pero al utilizar en mi Formulario (ExampleFormType) ``` $builder ->add('reference', 'cmf_media_image', array('required' => false)) ``` Obtengo el siguiente mensaje: Unknown...

Configure my config.yml ``` ldap_tools: general: default_domain: "%ldap_default_domain%" domains: EXAMPLE.LOCAL: domain_name: "%ldap_domain_name%" base_dn: "%ldap_base_dn%" username: "%ldap_username%" password: "%ldap_password%" servers: "%ldap_servers%" security: guard: default_target_path: '/' remember_me: true refresh_user_attributes: true # Set...

Iam use DAP Authentication with the FOSUserBundle e but not working event ldap.authentication.before `security: hide_user_not_found: false encoders: FOS\UserBundle\Model\UserInterface: bcrypt # https://symfony.com/doc/current/security.html#b-configuring-how-users-are-loaded providers: fos_userbundle: id: fos_user.user_provider.username # in_memory: # memory: ~...