@kkm000 1.18.0. C# Windows 10 Pro x64 Reproduce : Create a .proto file in a project (Follow "Greeter" example) Add a nuget.config file and specify the globalPackagesFolder to a path containaing either a space or an accented character (éè...
$token =$this->input->get('token');//Chequeamos permisos del frontend$file = Doctrine_Query::create()->from('File f, f.Tramite t, t.Etapas e, e.Usuario u')->where('f.id = ? AND f.llave = ? AND u.id = ?',array($id, $token, UsuarioSesion::usuario()->id))->fetchOne...