contributte / webapp-skeleton

🎁 Web application project skeleton based on Nette Framework (@nette), Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.

Home Page:https://examples.contributte.org/webapp-skeleton/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find driver

krajcikondra opened this issue · comments

Hi,

When I run project in docker by command docker-compose up and run bin/console migrations:diff in nette-project_php container, I get followring error:


In ExceptionConverter.php line 91:
An exception occurred in the driver: could not find driver

In Exception.php line 30:
could not find driver

In Driver.php line 28:
could not find driver


I tried to install apt-get install php 8.0-pgsql but the problem remains

Hi @krajcikondra. Thanks for report, I will take a look.

I will take a look

It works on latest revision of this repo daadd22

  1. git clone git clone https://github.com/contributte/webapp-skeleton.git
  2. docker-compose up .-d

obrazek

I am sorry, It works after restart container.