Not working with Gravity Forms
-
I get an error in admin when User Role Editor is activated. It points to Gravity Forms:
Notice: Undefined index: permission in /home/osakagre/public_html/wp-content/plugins/gravityforms/gravityforms.php on line 1314
They said the problem was not on their end. The line the error references is:
if ( is_array( $addon_menus ) ) {
foreach ( $addon_menus as $addon_menu ) {
add_submenu_page( esc_html( $parent_menu[‘name’] ), esc_html( $addon_menu[‘label’] ), esc_html( $addon_menu[‘label’] ), $has_full_access ? ‘gform_full_access’ : $addon_menu[‘permission’], esc_html( $addon_menu[‘name’] ), $addon_menu[‘callback’] );
}
}Is there a way to make this work with Gravity Forms? I’m not sure from where the problem stems.
The page I need help with: [log in to see the link]
- The topic ‘Not working with Gravity Forms’ is closed to new replies.