• Plugin has exported all menu items, But it is not import menu items in other Site. It is creating menu, but none of data is there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I had the same result. I get only the menu name, and it reports that the items were already imported when I try to do i again, but there are never any items

    A menu importer isn’t too valuable without the menu items. We really need his, so sure hope you can fix soono.

    Plugin Author MoxaJogani

    (@moxajogani)

    Hi @ishah09, @shoqvalue

    Can you please let me know which PHP version you are using on your site? I have replicated the issue on my local with PHP 7.

    There is an issue with the WordPress Importer plugin, due to which the issue occurs while importing menus.

    To fix the issue, you need to make a change in wordpress-importer.php file on line number 884.

    Change $$meta[‘key’] = $meta[‘value’]; To ${$meta[‘key’]} = $meta[‘value’];

    Let me know.

    Regards,
    Moxa Jogani

    Thank you. Working fine now. Finally, someone solved this problem. Well done.

    Thread Starter ishah09

    (@ishah09)

    Hi Moxa,

    I am using PHP 7.0.9.
    I have updated Plugin and also above line as given, But it is still not working. I have checked with PHP 5.6 and its working with it.

    Plugin Author MoxaJogani

    (@moxajogani)

    Hi @ishah09,

    It is strange that after applying the fix the import is still not working on your website. As it worked for all other users.

    Can you please send your website details on support at tychesoftwares dot com, so we can check the issue?

    Regards,
    Moxa Jogani

    @moxajogani,
    I have run into this same situation on a new install of WordPress. I looked at the wordpress-importer.php file and the changes you recommended are already in place. Im a new WordPress admin so I don’t even know the right questions to ask. Can you guide me in the right direction on fixing this import problem?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Import is not working’ is closed to new replies.