skip to Main Content

PHP Warning: PHP Startup: Can't load module 'C:xamppphpextphp_mongodb.dll' as it's linked with 14.29, but the core is linked with 14.16 – PHP Versions

Please help me I am having an issue while the Laravel MongoDB connection. when running this command :"composer require jenssegers/mongodb". I got this warning message: LENOVO@DESKTOP-7MHNLPS MINGW64 /c/xampp8/htdocs/mongotest $ composer require jenssegers/mongodb PHP Warning: PHP Startup: Can't load module 'C:xamppphpextphp_mongodb.dll'…

VIEW QUESTION

Cannot run DB Integration tests with Spring Boot and Testcontainers – Docker

I try to run DB Integration tests with Spring Boot and Testcontainers but without success I added testcontainer to my pom.xml <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>postgresql</artifactId> <version>1.10.6</version> <scope>test</scope> </dependency> Here is the extract of application.properties under test/resources…

VIEW QUESTION
Back To Top
Search