PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 2, 2022

[FIXED] Why when I start phpmyadmim this writting appears?

 July 02, 2022     apache, mysql, openssl, phpmyadmin, xampp     No comments   

Issue

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.



Answered By - Ozzy
Answer Checked By - Willingham (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing