[wp-testers] WP 2.7 offline ?

Frank Bueltge frank at bueltge.de
Mon Aug 11 09:38:52 GMT 2008


Thanks.
 I have write a small plugin with filter:
remove_filter('init', 'wp_version_check' );

Now i can work offline.
The Plugin
<?php
/*
Plugin Name: WP Offline
Plugin URI: http://bueltge.de/
Description: Work offline, deactivate WP Versions Check
Author: Frank Bueltge
Version: 0.1
License: GPL
Author URI: http://bueltge.de/
*/

	remove_filter('init', 'wp_version_check' );
?>

Liebe Grüsse
Frank
______________________________
Mein Buch: WordPress - Weblogs einrichten und administrieren | ISBN
978-3-937514-33-8

bueltge.de
kvfl.com



On Mon, Aug 11, 2008 at 10:56 AM, DD32 <wordpress at dd32.id.au> wrote:
> Not at the present time as you can see.
>
> The functions which use the new HTTP API will need to be fully updated to
> support error conditions (most just accept that it'll work at present)
> Also, For offline usage you may find an extra plugin to disable
> external-access (ie. update notifications) or to lower the timeout values
> might be required to provide snappier responses.
>
> On Mon, 11 Aug 2008 18:51:14 +1000, Frank Bueltge <frank at bueltge.de> wrote:
>
>> At version > 2.6 it is not possible to use WordPress offline.
>> Error:
>> Fatal error: Cannot use object of type WP_Error as array in
>> D:\xampp\htdocs\wpbeta\wp-includes\update.php on line 53
>>
>> Is is possible to use WP offline for development and testing?
>>
>> Liebe Grüsse
>> Frank
>> ______________________________
>> Mein Buch: WordPress - Weblogs einrichten und administrieren | ISBN
>> 978-3-937514-33-8
>>
>> bueltge.de
>> kvfl.com
>>
>
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list