Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • hi,
    i got the same problem here.

    Anyway i am looking for a script-based solution to export _all_ WPMU-Objects (i mean everything ;)) from a WPMU 2.7 to a brandnew 3.0.1 Multisite.

    I found some plugins (Advanced Export for WP & WPMU, WP Cloner, a PERL script.. whatever), but none of them suits my needs.
    My main problem are some misconfigurations in the user-roles of the source install, so i would like to fix them inside the XML, trying to get some clean db entries.

    I need (as i think atm, correct me..) a script which is exporting/importing all blogs, users and their specifications with the possibility to change some fields within the XML-file.

    I already began with a clone of wp-admin/includes/export.php, which i copied to mu-plugins to have the funcs available in a easy way.

    Yes, i also have changed the function names, and the clone is running without errors. The only thing is: I don’t have any post or comments inside the XML, only categories and some meta infos.

    any help would be appreciated
    thx!

    Thread Starter whack

    (@whack)

    well…. at least i can export a simple rss feed, with some extra informations like pictureseries name, author and so on…

    the solution you admitted has been my first intention. Creating a directory on the server, getting all the pictures via wget, import them over the ngg-func. Therefore i really don’t know how to call the nggfunc from within my plugin. 🙁

    so i thought about the xmlrpc. sure it would take a bit longer, but only the initial import will be a mass import, all galleries later on will be just a few pics. so this is not relevant…

    anyway… do you know the ruhrnachrichten from dortmund?
    thats the site we are talking about 😉

    whack

    (@whack)

    yeah, i thought about a standalone nextgen gallery based on jquery also.

    Any thoughts or ideas already? 🙂

    greets

    whack

    (@whack)

    i got a similiar issue here.

    I got a wpmu install with mu-admin-bar running. The gallery link is shown in the backend, but the first link is not working. It links to admin.php?page=nextgen-gallery but that ends up in my dashboard. How should the link in admin/admin.php look like? atm it’s:
    add_menu_page( __ngettext( 'Gallery', 'Galleries', 1, 'nggallery' ), __ngettext( 'Gallery', 'Galleries', 1, 'nggallery'), 'nggallery-overview', NGGFOLDER, array (&$this, 'show_menu'), NGGALLERY_URLPATH .'admin/images/nextgen.png' );

    a second link in the sublevel lining to the same page is working correctly:
    add_submenu_page( NGGFOLDER, __('Overview', 'nggallery'), __('Overview', 'nggallery'), 'NextGEN Gallery overview', 'nggallery-overview', array (&$this, 'show_menu'));

    any help would be appreciated. thx!

    Thread Starter whack

    (@whack)

    thx for your response. I upgraded to 2.8.1 although there is no translation for my language. (which, in fact is a prob for my customer)

    1. After copying the files into the docroot and doing the upgrade stuff in the backend, i still got the message bar which tells me i have to update….

    Anyway, after upgrading the main-install AND the plugin, I still have the same error. Yes, i activated the plugin site-wide. But still I’m circling around with the two messages within the plugin-setup: “You need to update” and “update complete, continue” which brings me to the first one….

    Any other advice? A new install is no option, cause i got about 500 blogs with a lot of modifications…

Viewing 5 replies - 1 through 5 (of 5 total)