Just write. Don't worry!
There are some people that have the blog set up to not run scripts from the plugins folder.
To fix this :
<?php
if(is_file('wp-content/plugins/wordpressbackup/wpbdc.php'))
{
define('WP_USE_THEMES', false);
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
}
require_once('wp-load.php');
require_once('wp-content/plugins/wordpressbackup/wpbdc.php');
}
?>
You can now test if the blog settings on WordPressBackup are correct. Just click the button and wait a little bit.
You can nou pause the automatic backup for a site.
Posted in Development · January 19th, 2009 · Comments (0)
No comments yet