Search code examples
mysqlapachephpmyadminopensslxampp

Why when I start phpmyadmim this writting appears?


I start on Xammp Apache and MySQL but when I click on admin instead of opening the phpmyadmin page I see this writing:

Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: mysqli, openssl

What I have to do in order to solve this issue.

p.s. I imagine that I have to install this two files but in which folder I have to put them?


Solution

  • It appears to be a problem with the XAMPP version 8.0.3 and the suggested solution was to reinstall XAMPP using the version 7.3.27. Also, try clear the cache before re-installing the XAMPP

    1. Uninstall XAMPP 8.0.3
    2. Got to Local disk (C)
    3. Delete file xampp
    4. Clear cache memory on webpage
    5. Right click Local Disk (C) > Properties > Disk Cleaup > Check all > Ok
    6. Install xampp 7.3.27

    I hope that the above can be of help to you.