• Hi!

    I’m using WP 3.3.2 since Friday and NextGen Gallery 1.9.3. When I want to upload an image to an album I get the following error message:

    Fatal error: Call to undefined function wpcf7_add_tag_generator() in /var/www/lhsimulations/data/www/lhsimulations.hu/wp-content/plugins/contact-form-7/modules/text.php on line 152

    What can I do?

    Thanks for the help!

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m getting the exact same thing!!

    I disabled my Espresso Plugin due to upload errors as well.

    Thread Starter tsgucci

    (@tsgucci)

    I believe that is a compatibility problem with the new wordpress.

    After pasting to wp-content/plugins/contact-form-7/settintgs.php
    the following:

    require_once WPCF7_PLUGIN_DIR . ‘/admin/admin-functions.php’

    than it works.

    Temporary it is okay, but I think we need an update of NextGen gallery.

    where exactly do you paste? I tried and got errors

    Ok, I’ve fixed it

    update the file ngg-config.php

    from:

    require_once( WP_LOAD_PATH . ‘wp-load.php’);

    to:

    require_once( WP_LOAD_PATH . ‘wp-admin/admin.php’);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] Fatal error during picture upload’ is closed to new replies.