• Hi all,

    just found this good looking Plugin and tried to use it, but so far unable to.
    I am using the latest NGG plugin and have setup a NGG with ID 1. No i want to use this gallery via BMO Expo in a page, so i did a

    echo do_shortcode('[BMo_scrollGallery id="1" sG_thumbPosition=bottom]');

    in the pages source.

    The result is now, that i receive serveral php warnings saying

    Warning: Illegal string offset ‘saved’ in …wp-content\plugins\nextgen-gallery\products\photocrati_nextgen\modules\nextgen_data\package.module.nextgen_data.php on line 2500

    followed by the BMO gallery that is not showing images, but the scroll bar and the alt text.

    Does anyone no this problem and has maybe a solution for thos issue?

    Thanks in advance,

    BR,
    vole

    https://www.ads-software.com/plugins/bmo-expo/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem. Dp you have a solution tho this problem?

    Luis
    Problem page Test

    https://www.luiscujino.com/test

    It means editing the file that the warning occurs in.

    Not really newbie stuff, but if you’re feeling brave:

    Use ftp (or cpanel file editor) to log in to your site, and look in:

    wp-content//plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/

    The file you want is “package.module.nextgen_data.ph”

    Scroll down to line 2497. The lines there will look like this:

    if (!isset($meta[‘saved’])) {
    $meta[‘saved’] = FALSE;
    }

    Change it to:

    if (!isset($meta[‘saved’])) {
    //$meta[‘saved’] = FALSE;
    }

    (Two backslashes at the start of line 2497 comments it out)

    Save the file, and try reloading your website page.

    If it works, great. If it doesn’t, undo your change and save it again.

    NOTE: Even if it works, the next time you update NextGen it will overwrite these changes. But hopefully by then they’ll have fixed it properly…

    … Solution taked from nextgen Gallery forums … I’m checking it.

    It solved the problem
    Thank you so much
    -Luis

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not getting BMo Expo running’ is closed to new replies.