Forum Replies Created

Viewing 15 replies - 16 through 30 (of 97 total)
  • Thread Starter joand

    (@joand)

    Glad that worked for you – it didn’t work for me though.

    Thread Starter joand

    (@joand)

    I have installed Updraft Plus – and it was able to successfully connect to DreamObjects and complete the backup, so we can just use that and I will mark this as resolved.

    Thread Starter joand

    (@joand)

    I tried creating a new user and a new bucket, resetting the plugin and adding the new keys, and deleting the plugin and reinstalling it from the repository (as I had seen someone else posting here said this fixed a similar issue) – but still no content on the Backup page.

    Thread Starter joand

    (@joand)

    The user location is showing as objects-us-east1.dream.io and the bucket (I created, it didn’t give me any option for location) is bccbackup.objects-us-east1.dream.io. Should I be creating a new user? I just took the one that was already there – her default account username.

    Thread Starter joand

    (@joand)

    Always something new! Yes it would be helpful if we could know what was not found!

    I did not try to import the content manually – I wanted to try and get it working for him as he wants to use on other sites. We did try the OCDI import 3 times. The first time he did it and it imported 4 pages (out of 10 pages and 6 posts). The next time (after reinstalling WordPress) I tried and it imported no pages or posts. After we changed the execution time (maybe just coincidence) it imported all the pages and posts, but stopped there. In all cases it showed the xml and dat files as having been imported in the log file – but it did not get so far as the dat file.

    I did end up importing the theme settings manually and setting the home page and menu, so it is “solved” for now. I had a look at his php settings and I didn’t see anything else that jumped out other than the execution time. The hosting company is DreamHost, which is known as a good hosting company for WordPress (and even recommended by WP itself) so I would not have expected to run into a problem there.

    I would like to know the answer to this too, but it does not appear that anyone is monitoring this forum.

    Thread Starter joand

    (@joand)

    That could be the issue. There was a problem recently that my hosting company “fixed” by replacing my .htaccess file – it seems that in doing so I was reverted to php 5.4. I have updated it again to 5.6

    Thread Starter joand

    (@joand)

    Sorry – 3.3.4 (I shouldn’t try to type things from memory!) Now that I have restored my site to its previous state, I can see there is an update to Private Credentials from 1.2.2 to 1.2.3 – that was not showing when I did the updates this morning for some that reason. Should that fix this problem? I did try to log in on your support site, but I can’t find any emails to tell me what my license key is.

    Thread Starter joand

    (@joand)

    Hi capuderg, Yes, that was the problem. She got it enabled, and everything worked as it should.

    Thanks for your help!

    Joan

    Thread Starter joand

    (@joand)

    Okay thanks. I just wanted to make sure because the example error description on your site showed an error with wordpress-importer – but this error was in your plugin. I will let her know what to ask the hosting company about.

    Thank you!

    Thread Starter joand

    (@joand)

    Okay, that’s good news! I must have it wrong (which means it can be fixed!) I actually think I see where I have gone wrong. This is what I have:

    /*Set Front Page from Reading Options*/
    $front_page = get_page_by_title( 'Home' );
    if(isset( $front_page ) && $front_page->ID) {
    update_option('show_on_front', 'page');
    update_option('page_on_front', $front_page->ID);
    }
    
    /*Assign menus*/
    
    function ocdi_after_import_setup() {
    	// Menus to assign after import.
    	$primary_menu   = get_term_by( 'name', 'Primary Menu', 'nav_menu' );
    	$secondary_menu = get_term_by( 'name', 'Secondary Menu', 'nav_menu' );
    	set_theme_mod( 'nav_menu_locations', array(
    		'primary-menu'   => $primary_menu->term_id,
    		'secondary-menu' => $secondary_menu->term_id,
    	));
    }
    add_action( 'pt-ocdi/after_import', 'ocdi_after_import_setup' );
    
    wp_delete_post(1);
    wp_delete_post(2);

    I should have everything inside of the function ocdi_after_import_setup – is that right?

    Hi @capuderg – yes, it works for me now! Thank you so much for all your help with this, and to Amanda who was up most of the night where she lives trying to get this solved. There are quite a few of us who develop for the Divi theme, and I am sure I speak for all of us that we really appreciate your efforts and responsiveness. There are so many variables involved with WordPress, theme, other plugin updates that can cause things to go wrong – it seems like it is a never ending battle to stay ahead of the game.

    Joan

    I am in the same boat as Michelle and Amanda (we all develop child themes for Divi). FYI when I installed a child theme using OCDI 2.0.1 on my test site before I updated it to WordPress 4.7 it installed properly with the theme settings .dat file. But when I upgraded the site to WP 4.7 and installed the theme, the theme settings did not import properly. So I assume it has something to do with the customizer features added in WP 4.7.

    Thread Starter joand

    (@joand)

    I figured that the lack of response is an answer – it is certainly not supported here anyways! I did go ahead and use the plugin – it still works fine, and I haven’t found anything better to replace it with. I just worry that some future WordPress update might break it – and I am not a programming genius to be able to figure out how to fix it on my own.

    Thank you for the reply. All I see on your site is a pdf documentation file, but it does not include information on how to modify the templates, which is the question that was asked here. If this is available can you please provide a link to it.

Viewing 15 replies - 16 through 30 (of 97 total)