Closed pmochine closed 5 years ago
I tried to use $rates = new Ibericode\Rates\Rates('/path-for-storing-cached-file');
$rates = new Ibericode\Rates\Rates('/path-for-storing-cached-file');
but got the error message:
file_put_contents(…): failed to open stream: Is a directory
Now I changed it to: new Ibericode\Rates\Rates('/path-for-storing-cached-file/rates.txt');`
and it worked.
I tried to use
$rates = new Ibericode\Rates\Rates('/path-for-storing-cached-file');
but got the error message:
Now I changed it to: new Ibericode\Rates\Rates('/path-for-storing-cached-file/rates.txt');`
and it worked.