stevecfischer / scf-framework

WFC WP Standard Package/Framework
1 stars 0 forks source link

fast backup #28

Closed stevecfischer closed 10 years ago

stevecfischer commented 10 years ago

I just tried to use the fast backup feature. I entered pedsurgical.com database information then clicked "replace". it took maybe 20 - 30 seconds to finish but in the end nothing changed.

stevecfischer commented 10 years ago

i figured it out. the issue was my local wp uses the database prefix of 'wfc' but pedsurgical uses 'wp'.

stevecfischer commented 10 years ago

issues: error theme "xxx" doesn't exist. cpt's do not carry over error plugin "xxx" doesn't exist.

bqk- commented 10 years ago

Now saving theme and plugins, you can add more by editing wfc_theme_customizer.php at the very beginning :

$save_options=array('siteurl', //Wordpress URL
       'home', //Index URL
        'active_plugins', //List of active plugins
        'template' //Active theme
       ); 

We might want to consider adding that as a pre-filled field in the form or something better than that.