• Geral
  • Nova plataforma de discursão (fórum)

Nova plataforma de discursão do Novo SGA, adotando um padrão mais moderno de dinâmico.

Espero que aprovem.

Abraço!

    Let's start! :-)
    Não consegui logar pelo GitHub. Apresenta página 404.
    Seria interessante esta forma de login se houver qualquer integração entre as plataformas.

    Abraços!

    Bon dia rogeriolino
    I install it via git, but following all steps I end up with an error with symfony/expression-language,

    [30-Nov-2017 16:05:01 UTC] PHP Fatal error: Class 'Symfony\Component\ExpressionLanguage\ExpressionLanguage' not found in C:\wamp64\www\novosga\vendor\symfony\dependency-injection\ExpressionLanguage.php on line 24

    so I did a
    composer require symfony/expression-language

    before
    bin/console novosga:install

    After that it worked, but now, when I try to create a new profile this error comes:
    Could not load type "App\Form\TextType"
    in vendor\symfony\form\FormRegistry.php (line 88)......

    Any clue about it ?

    Thanks a lot in advance!!

    Juan

    BTW: git https://github.com/novosga/novosga.git novosga2 image end up with a service error.
    git clone -b v2.0 https://github.com/novosga/novosga.git works good for me.

      Yes I did it
      But I notice that modules are not showing on menu neither. (I´m usin wamp64 php7.1.11 - no ext-pcntl possible)

      When I run composer install I get this error: 
      Script cache:clear returned with error code 1
      !!
      !!  In DefinitionErrorExceptionPass.php line 37:
      !!                                                                                                                      
      !!    Cannot autowire service "Novosga\Service\AtendimentoService": argument "$storage" of method "__construct()" referen
      !!    ces interface "Novosga\Infrastructure\StorageInterface" but no such service exists.     

      Obrigado.

      Juan

      Finally I add an --ignore-platform-reqs and it worked ok. This is what I did:
      Make sure ddbb is empty and no novosga folder exists

      • WAMP64 CONFIG: (c://wamp64/www/)
      • Wamp64 version: 3.1.0 64bits
      • Apache: 2.4.23
      • Php: 7.1.11
      • MySQL: 5.7.14
      1. create MySQL ddbb:
        • name: novosga
        • cotejamiento: utf8mb4_unicode_ci
      2. composer create-project "novosga/novosga:v2.0.x-dev" novosga --ignore-platform-reqs
      3. Edit file .env (password and database username)
        • DATABASE_PASS=123456
        • DATABASE_URL="mysql://jzapata@127.0.0.1:3306/novosga?charset=utf8mb4&serverVersion=5.7"
      4. cd novosga
      5. php bin/console novosga:install (fill out data requested)
      6. php bin/console server:run

      Bon dia!
      Now I got an error:

      An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "novosga_attendance_index" as such route does not exist.").

      in templates\default\include\menu.html.twig (line 10):

      <a href="{{path(module.homeRoute)}}" class="dropdown-item">

      I got all routes ok in bundles.php

      return [
          Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
          Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
          FOS\OAuthServerBundle\FOSOAuthServerBundle::class => ['all' => true],
          Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
          Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
          Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
          Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
          Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
          Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
          Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
          Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
          Novosga\TriagemBundle\NovosgaTriagemBundle::class => ['all' => true],
          Novosga\MonitorBundle\NovosgaMonitorBundle::class => ['all' => true],
          Novosga\ReportsBundle\NovosgaReportsBundle::class => ['all' => true],
          Novosga\SettingsBundle\NovosgaSettingsBundle::class => ['all' => true],
          Novosga\UsersBundle\NovosgaUsersBundle::class => ['all' => true],
          Novosga\AttendanceBundle\NovosgaAttendanceBundle::class=>['all'=>true],
      ];

      I been trying to identify all morning with no success.

      Any help available ?

      Regards,

      Juan

      Solucionado:

      php bin/console cache:clear
      6 dias depois
      8 dias depois
      20 dias depois

      Bon dia Rogeriolino. Feliz Ano Novo!
      This is a little report on RC2 on my machine:
      I have installed RC2 in Windows Linux Bash (Ubuntu16) and when I try to change any option (Atendimento, Monitor, Relatorios, etc) it log me out so I can not test it.
      But If I use RC2 downloaded 5 days ago, I can access that options, but fail trying to use Atendimento (Get into a loop aking for Guiche Number) and also I can not pick up a senha (triaguem), result in this error: error.new_ticket

      Regards and waiting for a new release to keep testing it!!

      Obrigado.

      Juan

        juanzapatac how are you using Novo SGA via the WSL? Have you installed a http server or using via PHP builtin server? Tried docker?

        Thanks for testing!

        Regards

        Bon dia Rogeriolino.

        I´m using WSL, I have change from dev to prod and fix .htaccess and it is working like a charm!!! Except for triagem 🙁 -> Erro ao tentar gerar nova senha

        Today I will try with docker also.

        Obrigado.

        Juan

        24 dias depois

        Sistema de discussão excelente! ele foi desenvolvido em qual sistema? Existe uma plataforma para download e que outras pessoas possam utilizar? Qual o nome desse sistema?

          14 dias depois
          um mês depois

          rogeriolino, não quis abrir um novo tópico mas queria tirar uma dúvida (ou relatar um erro):No arquivo disponibilizado para download (tanto o RC2 quanto o RC3) não tem a pasta "var", disponível quando baixamos pelo composer...Tanto é que quando tentei utilizando a versão .zip ele pede a pasta e só resolvi depois que percebi e baixei a versão pelo composer.

          Isso é normal?