I am trying to install phpMyFAQ and i am getting the error
The following extensions are missing! Please enable the PHP extension(s) in php.ini.
Can anybody help me where I can find the place where I can enable it?
I am trying to install phpMyFAQ and i am getting the error
The following extensions are missing! Please enable the PHP extension(s) in php.ini.
Can anybody help me where I can find the place where I can enable it?
2
Answers
Find your php.ini. Find the section which looks like:
etc.
Delete the semicolon before the extension(s) you need. Restart your Apache. Done.
And by the way: Hours of trying yourself saves ten minutes reading the manual. Which means: RTFM!
If you’re using xampp, click on the apache config button > PHP(php.ini) and find the extension name then remove the semicolon (;) before it and save. If you’re using cPanel, search "php version" you will find the extension there.
screenshot