[Plugin: NextGEN Gallery] Call to undefined function wpcf7_add_tag_generator()
-
Hello NextGEN Gallery Developers, and WordPress Community,
I am using the following:
- WordPress Version 3.4
- NextGEN Gallery Version 1.9.3
- Contact Form 7 Version 3.2
Now, I am not certain whether this issue is related to WordPress Core, Contact Form 7, or NextGEN Gallery.
However, when I try uploading images into my galleries, I run into an error:
Fatal error: Call to undefined function wpcf7_add_tag_generator() in /home/xxxx/public_html/wp-content/plugins/contact-form-7/modules/text.php on line 152
According to this thread, WordPress community member “liquid50” has apparently found a solution to this issue.
It looks like the underlying issue is ultimately within the NextGEN Gallery plugin, and might be worth looking into for a hot-fix.
Proposed fix is described in the following:
NextGen file: ngg-config.php
Find:require_once( WP_LOAD_PATH . 'wp-load.php');
Change to:require_once( WP_LOAD_PATH . 'wp-admin/admin.php');
- The topic ‘[Plugin: NextGEN Gallery] Call to undefined function wpcf7_add_tag_generator()’ is closed to new replies.