Title: PHP issue on activation
Last modified: February 6, 2020

---

# PHP issue on activation

 *  [Carolina Nymark](https://wordpress.org/support/users/poena/)
 * (@poena)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/php-issue-on-activation/)
 * Hi
 * When I activate the plugin I see the following:
 *     ```
       Notice: add_submenu_page was called incorrectly. 
       The seventh parameter passed to add_submenu_page() should be an integer representing menu position. 
       Please see Debugging in WordPress for more information. 
       (This message was added in version 5.3.0.) 
       ```
   

Viewing 1 replies (of 1 total)

 *  [mattjdever](https://wordpress.org/support/users/mattjdever/)
 * (@mattjdever)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/php-issue-on-activation/#post-12748607)
 * Until they patch this, you can go into
    <yourpath>/wp-content/plugins/cherry-
   team-members/admin/includes/class-cherry-team-admin-columns.php
 * Find this block of code:
    ` /** * [render_page description] * [@return](https://wordpress.org/support/users/return/)[
   type] [description] */ public function render_page() { add_submenu_page( ‘edit.
   php?post_type=’ . cherry_team_members_init()->name(), esc_html__( ‘Cherry Team
   Options’, ‘cherry-team’ ), esc_html__( ‘Settings’, ‘cherry-team’ ), ‘edit_theme_options’,
   $this->page_slug, array( $this, ‘options_page’ ), ”, 64 ); } `
 * and fix line 259 by removing the ”, so that 64 is the 7th parameter.

Viewing 1 replies (of 1 total)

The topic ‘PHP issue on activation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cherry-team-members_2ac59b.svg)
 * [Cherry Team Members](https://wordpress.org/plugins/cherry-team-members/)
 * [Support Threads](https://wordpress.org/support/plugin/cherry-team-members/)
 * [Active Topics](https://wordpress.org/support/plugin/cherry-team-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cherry-team-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cherry-team-members/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 1 reply
 * 2 participants
 * Last reply from: [mattjdever](https://wordpress.org/support/users/mattjdever/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/php-issue-on-activation/#post-12748607)
 * Status: not resolved