]> git.wh0rd.org - tt-rss.git/commitdiff
pref-instances: mention open_basedir as a reason for pubsub functionality to be disabled
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 5 Jul 2011 08:09:53 +0000 (12:09 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 5 Jul 2011 08:09:53 +0000 (12:09 +0400)
modules/pref-instances.php

index e365457a02f3101b2f5938031cb947efa4dbfe5a..463dc70c4caaafec44b7193e81a4a4f2e0eb911a 100644 (file)
 
                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>";
                }