You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do a local install of the sandbox and I keep running into an issue with Postgresql. After the Drupal installation is complete, the next step generates an error that appears throughout afterwards. It starts with:
Error: Class 'Drupal\Core\Database\Driver\postgresql\Connection' not found in /var/www/drupal/web/core/lib/Drupal/Core/Database/Database.php on line 374
When I run the local command again, at one point the Makefile message was referring to update-settings-php at Makefile:150.
I am not familiar with the workings of docker-compose etc so I am not sure where to turn to next especially since the mariadb version seems to work well enough. Our IT department generally prefers the use of Postgresql, which is why I am opting to use it. Any insights you can provide would be greatly appreciated.
Thanks,
Marcia
The text was updated successfully, but these errors were encountered:
Thank you so much for your comment! I can't tell from your description whether you're attempting to install this sandbox alone, or as part of an ISLE installation:
Despite what it looks like, it was never meant to be installed on its own! If you'd like to explore Islandora, check out our online sandbox or OVA download: https://islandora.ca/try . The ansible playbook also works to install Islandora.
I am trying to do a local install of the sandbox and I keep running into an issue with Postgresql. After the Drupal installation is complete, the next step generates an error that appears throughout afterwards. It starts with:
Error: Class 'Drupal\Core\Database\Driver\postgresql\Connection' not found in /var/www/drupal/web/core/lib/Drupal/Core/Database/Database.php on line 374
and then it ends with:
[warning] Drush command terminated abnormally
And finally it says:
make [1]: *** [Makefile:147: run-islandora-migrations] Error 1
make[1]: Leaving directory '/opt/isle-dc'
make: *** [Makefile:350: local] Error 2
When I run the local command again, at one point the Makefile message was referring to update-settings-php at Makefile:150.
I am not familiar with the workings of docker-compose etc so I am not sure where to turn to next especially since the mariadb version seems to work well enough. Our IT department generally prefers the use of Postgresql, which is why I am opting to use it. Any insights you can provide would be greatly appreciated.
Thanks,
Marcia
The text was updated successfully, but these errors were encountered: