You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my PHP 7+ environments I get undefined finfo_open(). I guess a dll file is missing on my shared host. The function is there to check if the image is valid.
Suggested solution: Simply make a check if the function exists before using it.
For people with the same issue, here is a quickfix, just comment it out (around line 112).
In my PHP 7+ environments I get
undefined finfo_open()
. I guess a dll file is missing on my shared host. The function is there to check if the image is valid.Suggested solution: Simply make a check if the function exists before using it.
For people with the same issue, here is a quickfix, just comment it out (around line 112).
The text was updated successfully, but these errors were encountered: