mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 08:51:28 +00:00
pref-instances: mention open_basedir as a reason for pubsub functionality to be disabled
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
if (!function_exists('curl_init')) {
|
||||
print "<div style='padding : 1em'>";
|
||||
print_error("This functionality requires CURL functions. Please enable CURL in your PHP configuration and reload this page.");
|
||||
print_error("This functionality requires CURL functions. Please enable CURL in your PHP configuration (you might also want to disable open_basedir in php.ini) and reload this page.");
|
||||
print "</div>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user