-1

I have tried to get solution from others in stackoverflow but no one is working. I have installed Laravel in my cpanel. My folder structure is www.mysite.com/home. I have created a php.ini file in file manager with this code

extension=php_fileinfo.dll

Still it's showing this message in ssh panel.

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
Kallol Das
  • 141
  • 4
  • 18

1 Answers1

0

If you use the default php.ini you can uncomment this line. There should be no .dll line.

extension=fileinfo
mrhn
  • 17,961
  • 4
  • 27
  • 46