I have discovered a fix for this problem. Looking at other thread topics I ran across some suggestions that I tried and they worked. The steps I took were:
1. Made sure my PHP version was 5.3
2. Then changed the php.ini file as indicated below.
dvgulik
Member
Posted 2 weeks ago #
Just solved my own issue:
In the php.ini file, there’s an “fopen” setting:
allow_url_fopen = Off
I had to change it to:
allow_url_fopen = On
Which allowed the import of the Widget settings.