All about webserver configurations, PHP and databases.
Moderator: Thorsten
-
KT_
- Posts: 16
- Joined: Tue Nov 21, 2017 5:28 pm
Post
by KT_ » Tue Nov 21, 2017 5:56 pm
Playing around with upgrading to phpMyFaq 2.9.9 and getting this at the new setup page:
The following extensions are missing! Please enable the PHP extension(s) in php.ini.
But when I run php -i I see: "--enable-fileinfo=shared" in the configure options. Plus 2.8 has worked fine forever (well, at least until recently when I encountered another problem I posted about).
Any suggestion on where I should start looking?
-
Thorsten
- Posts: 15150
- Joined: Tue Sep 25, 2001 11:14 am
- Location: #phpmyfaq
-
Contact:
Post
by Thorsten » Thu Nov 23, 2017 8:13 pm
Hi,
do you see the fileinfo section in a phpinfo page?
bye
Thorsten
-
KT_
- Posts: 16
- Joined: Tue Nov 21, 2017 5:28 pm
Post
by KT_ » Sat Nov 25, 2017 12:17 am
Thank you for getting back to me. As it turns out I had to explicitly activate it in
phprc by adding:
If anyone else is on Dreamhost and runs into the same issue, hopefully this helps.