Untitled

 avatar
unknown
plain_text
a year ago
1.6 kB
10
Indexable
@Elliss-MacBook-Pro fairytrail-spring-mvp % docker compose -f compose.spring.yml run api-php-fpm php bin/console doctrine:schema:update --force --complete
[+] Running 1/0
 ✔ Container fairytrail-db-1  Started                                                   0.0s 
Symfony\Component\ErrorHandler\Error\ClassNotFoundError^ {#83
  #message: """
    Attempted to load class "DoctrineFixturesBundle" from namespace "Doctrine\Bundle\FixturesBundle".\n
    Did you forget a "use" statement for another namespace?
    """
  #code: 0
  #file: "./vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php"
  #line: 126
  trace: {
    ./vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:126 { …}
    ./vendor/symfony/http-kernel/Kernel.php:346 { …}
    ./vendor/symfony/http-kernel/Kernel.php:758 { …}
    ./vendor/symfony/http-kernel/Kernel.php:126 { …}
    ./src/Kernel.php:15 {
      App\Kernel->boot(): void^
      ›     date_default_timezone_set('UTC');
      ›     parent::boot();
      › }
    }
    ./vendor/symfony/framework-bundle/Console/Application.php:154 { …}
    ./vendor/symfony/framework-bundle/Console/Application.php:72 { …}
    ./vendor/symfony/console/Application.php:174 { …}
    ./vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php:54 { …}
    ./vendor/autoload_runtime.php:29 { …}
    ./bin/console:11 { …}
  }
}
[09-Jul-2024 15:50:44 UTC] 2024-07-09T15:50:44+00:00 [critical] Uncaught Error: Class "Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle" not found
e@Elliss-MacBook-Pro fairytrail-spring-mvp % 
Editor is loading...
Leave a Comment