Home  >  Q&A  >  body text

PHP website prompt component does not exist MySQLi, Curl, MySQL

Newly configured website environment for Windows server. php files can be opened. The website can be accessed, but when using phpmyadmin, it prompts that the mysqli component is missing, or when installing the website, the extension is always missing, such as curl gd mysql mysqli...

Checked the directory and found that the .dll files were present. Yes, the corresponding extensions are enabled in php.ini.

想无想无1071 days ago1079

reply all(3)I'll reply

  • yntdx

    yntdx2021-12-06 09:40:39

    I had a similar problem before when I used Xiaoniao Cloud to build a website. The solution can be found below: Right-click My Computer>Properties>Advanced System Settings>Environment Variables>New variable name: PHPRC variable value : Enter the installation location of php, which is where php.ini is located. Then restart the IIS server/Apache...or restart the server directly. Try again when finished. I submitted a work order before and they assisted in solving it. It was pretty good https://www.niaoyun.com/#/?utm_source=phpl-1206.

    reply
    0
  • autoload

    autoload2021-12-06 09:10:42

    phpinfo() View your configuration information

    reply
    0
  • Cancelreply