hey i want install a portal(CMS) on xampp but its give me a some error about file info and cant install it if anybody can help me to fix it please anwser error image
Asked
Active
Viewed 4,326 times
2 Answers
3
Just go to your xampp php.ini and uncomment the line :
;extension=php_fileinfo.dll
to
extension=php_fileinfo.dll
and dont forget to restart apache

Vishal Wadhawan
- 1,085
- 1
- 9
- 11
0
You need to enable the fileinfo PHP extension.
On xampp you basically need to edit the php.ini file and uncomment the line which enables the extension. You should find the php.ini file in the xampp folder.
Replace:
;extension=php_fileinfo.dll
with:
extension=php_fileinfo.dll

Jakub Zalas
- 35,761
- 9
- 93
- 125