Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Benedikt Mo

    (@bmodesign2)

    Can you please send me a link to your site?

    For example this site: http://tofe-art.com/ has installed version 2.0.11 without problems.

    Thread Starter photoMaldives

    (@photomaldives)

    Thanks for your reply, Benedikt Mo.

    I upgraded to NextGEN 2.0.7 on my site initially – that didn’t work, so I’ve rolled back to 1.x. I’ve been checking the NextGEN changelog but as far as I know there’s not been a specific fix for Scroll Gallery yet. But I will try 2.0.11 in a few days and see how it goes.

    Plugin Author Benedikt Mo

    (@bmodesign2)

    To solve the problem with search the “class.photocrati_resource_manager.php” in next-gen/non_pope and edit line 27 and 28

    add_action(‘wp_print_footer_scripts’, array(&$this, ‘get_resources’), 1);
    add_action(‘admin_print_footer_scripts’, array(&$this, ‘get_resources’), 1);

    change to

    add_action(‘wp_print_footer_scripts’, array(&$this, ‘get_resources’), 99999);
    add_action(‘admin_print_footer_scripts’, array(&$this, ‘get_resources’), 99999);

    Thread Starter photoMaldives

    (@photomaldives)

    Hi Benedikt Mo – which version of NEXTgen does this need to be applied to ?

    Hi, Benedict,

    I have the same problem. I changed the lines in the file as you suggested but that does not fix the problem.

    Any other ideas?

    Thank you.

    Plugin Author Benedikt Mo

    (@bmodesign2)

    version 2.0.17

    Plugin Author Benedikt Mo

    (@bmodesign2)

    I also tested tested the hack with the new version 2.0.27, works

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Anyone with problems after NextGEN 2.0 update ? (Aug-13)’ is closed to new replies.