I am my own hosting provider… nevermind
Anyway, I found the solution:
I had
allow_url_fopen = On
......
allow_url_include = Off
on my php.ini on my server (I use Nginx)
Changed to
allow_url_include = On
Restarted Nginx and problem solved… after fetching the reviews, I turned it again to Off because of security risks from letting in On
-
This reply was modified 6 years, 1 month ago by belospace.
-
This reply was modified 6 years, 1 month ago by belospace.
Sure, but where I can enable/disable copy() in my config? I’m searching but still can’t find