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 4 years, 7 months ago by belospace.
-
This reply was modified 4 years, 7 months ago by belospace.