Suggestion #39039
Add note to manual that PHP option allow_url_fopen has to be enabled
| Status: | New | Start date: | 2012-07-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Add note to manual that PHP option allow_url_fopen has to be enabled in PHP.ini or add
ini_set("allow_url_fopen", true);
to the main function.
History
Updated by Felix Eggbert 10 months ago
And add error message if allow_url_fopen is not true.