Markus1954 Posted November 8, 2021 Share Posted November 8, 2021 (edited) HI, If any of you remember me I have a new book on php. It uses phpmyadmin. I have created a folder htdocs/php admin/. I tried using loclahost/php admin/setup/config.php. Here is what I get: Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: mysqli, openssl. OK so how do I set these dependencies to on? I went to php.ini and removed the ; Edited November 8, 2021 by Markus1954 Quote Link to comment https://forums.phpfreaks.com/topic/314183-need-help-setting-up-phpmyadmin/ Share on other sites More sharing options...
gw1500se Posted November 8, 2021 Share Posted November 8, 2021 Are they installed? Quote Link to comment https://forums.phpfreaks.com/topic/314183-need-help-setting-up-phpmyadmin/#findComment-1591849 Share on other sites More sharing options...
gizmola Posted November 8, 2021 Share Posted November 8, 2021 Don't create directories with spaces in the names, unless you want to deal with the ramifications of having to urlencode any path that includes them, and possibly deal with other issues if you need to pass a file path as a parameter. Keep in mind how many tools look for whitespace between words when looking for options. It's just a bad idea. In what environment are you running php? (Docker/Mac/Windows/Linux?). Quote Link to comment https://forums.phpfreaks.com/topic/314183-need-help-setting-up-phpmyadmin/#findComment-1591852 Share on other sites More sharing options...
Markus1954 Posted November 8, 2021 Author Share Posted November 8, 2021 I think so. Not sure if they are installed mysqli should be by default. gizmola I am running windows 11. Quote Link to comment https://forums.phpfreaks.com/topic/314183-need-help-setting-up-phpmyadmin/#findComment-1591862 Share on other sites More sharing options...
gizmola Posted November 14, 2021 Share Posted November 14, 2021 phpmyadmin is just a php application. Check a phpinfo(), or from the command line run php -i and see if those extensions are available/enabled. Mysqli, in particular has to be installed. With that said, there seems to be some confusion, because on one hand you are talking about running a phpMyAdmin installation, and then you are providing errors by the command line tool composer. Are you running composer in order to install something? Quote Link to comment https://forums.phpfreaks.com/topic/314183-need-help-setting-up-phpmyadmin/#findComment-1592058 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.