give it an tipp or solution for deactivate the method request() in class WP_Http_Streams? I use WordPress also on offline-servers and have wp_debug true for development and tests. But i have many warnings from functions to use the http-class; as example the functions to read the feeds in dashboard. Current i have deactivate all hooks for update themes, plugins, core and the crons; see my small plugin for this: https://github.com/bueltge/WP-Offline

Thanks for a reply

link|improve this question

50% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Try this in wp-config.php:

define( 'WP_HTTP_BLOCK_EXTERNAL', true );
link|improve this answer
great, thanks for this solution – bueltge Jan 5 '11 at 10:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.