1
I’m using a library called Intervention/Image in Laravel 4.2. On a given page I use this library to crop images, but it’s not doing this because it requires you to enable or install this extension.
No localhost works, no server.
But I don’t have access to the PHP.INI server.
You can enable this DLL in real time ?
Where is your server? you can create a php.ini at the root to import only that dll usually hosting providers allow this type of action.
– Hiago Souza
I just create a file php.ini and add that line:
extension=php_fileinfo.dll
?– Diego Souza
You have to put the absolute path... it will probably be /home/seuusuario/public_html/file.dll and php.ini is in the public_html folder, but that would be in linux and the extension type would be ". so" and not ". dll". if you could let me know what type of hosting you have would be good. Example could be by dashboard, it’s Plesk or Cpanel ?
– Hiago Souza
cPanel. It’s supposed to be Linux. I don’t have access.
– Diego Souza
Solved. I ran behind the server. No way. Enabled the DLL.
– Diego Souza