newbie orca error
I am getting an error
Warning: file_get_contents(): URL file-access is disabled in the server configuration in
/var/www/...../dolphin/orca/classes/Admin.php(44) : eval()'d code on line
10
I just installed dolphin for the first time.
i think all the permissions are correct.
what am i missing?
As the Dolphin requirements state, you should have "allow_url_fopen" set to "On" in php.ini
The requirements can be found here:
http://www.boonex.com/trac/dolphin/wiki/DolTech
I have the same error. I hear that I can use cURL instead of allow_url_fopen
Where do I have to made the changes to dissapear that error message?
Thank You
i have set allow_url_fopen to On in php.ini but orca still won't work..