Hi:
I don't know who is the maintainer of DoliWamp, but an user in
dolibarr.esforum tells that he cannot enable RSS because
allow_url_fopen is set to 0.
Warning: file_get_contents() [function.file-get-contents]:
http:// wrapper is disabled in the server configuration by
allow_url_fopen=0 in
C:\Na
I'd guess it's build/exe/doliwamp/php.ini.install
2014-05-13 11:21 GMT+02:00 Marcos García :
> Hi:
>
> I don't know who is the maintainer of DoliWamp, but an user in
> dolibarr.esforum tells that he cannot enable RSS because allow_url_fopen is
> set to 0.
>
> Warning: file_get_contents() [func
Oh, and a better fix would be to make the rssparser use curl instead of
file_get_contents for urls ;)
2014-05-13 11:47 GMT+02:00 Doursenaud, Raphaël
:
> I'd guess it's build/exe/doliwamp/php.ini.install
>
>
> 2014-05-13 11:21 GMT+02:00 Marcos García :
>
>> Hi:
>>
>> I don't know who is the main