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

Access denied on phpmyadmin using XAMPP

I get Access denied! when I'm trying to navigate to this URL http://localhost/phpmyadmin/ (using XAMPP). This happened today. It worked fine yesterday and I didn't change anything in the xampp folder since then. Below is my mysq.log file output. 2022-03-21…

VIEW QUESTION

Xampp unable to load multiple sites – Apache

I am working on a project using xampp server. I have more than one project. So for this I have set my httpd-vhosts like below <VirtualHost *:8080> ServerName khpos.com ServerAlias www.khpos.com DocumentRoot "D:/xampp/htdocs/pos" <Directory "D:/xampp/htdocs/pos"> Require all granted </Directory> </VirtualHost>…

VIEW QUESTION
Back To Top
Search