Title: Update your plugin
Last modified: June 29, 2020

---

# Update your plugin

 *  Resolved [harrowmykel](https://wordpress.org/support/users/harrowmykel/)
 * (@harrowmykel)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/update-your-plugin-7/)
 * DUE TO
 *     ```
       [29-Jun-2020 19:49:26 UTC] PHP Warning:  Illegal string offset 'pvcp_general_front_view_counter' in wp-content/plugins/page-visit-counter/public/class-page-visit-counter-public.php on line 615
       ```
   
 * PLEASE KINDLY UPDATE YOUR PLUGIN FROM
 *  `if ( "enable" === $general_wizard_setting['pvcp_general_front_view_counter']&&(
   empty($page_meta_value) || in_array( 'yes', $page_meta_value )) && (empty($general_wizard_setting['
   pvcp_general_post_type']) || in_array( $type, $general_wizard_setting['pvcp_general_post_type']))){`
 *  TO
 *  `if ( "enable" === @$general_wizard_setting['pvcp_general_front_view_counter']&&(
   empty($page_meta_value) || in_array( 'yes', $page_meta_value )) && (empty($general_wizard_setting['
   pvcp_general_post_type']) || in_array( $type, @$general_wizard_setting['pvcp_general_post_type']))){`
 * OR USE OTHER APPROPRIATE ARRAY CHECK !!!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Dotstore](https://wordpress.org/support/users/dots/)
 * (@dots)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/update-your-plugin-7/#post-13077067)
 * Hello harrowmykel,
 * Thanks for reaching out to us.
 * Okay sure, we will resolve this PHP warning as this type of warning come once
   no variable defined.
 * Quick solution:
 * Can you please false the debug from your “wp-config.php” file to resolve this
   type of warnings.
 * Like: `define( 'WP_DEBUG', false);`
 * Let us know still if any.
 * Thanks,
 *  Plugin Author [Dotstore](https://wordpress.org/support/users/dots/)
 * (@dots)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/update-your-plugin-7/#post-13144920)
 * Hello harrowmykel,
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.
 * Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Update your plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/page-visit-counter_65aed3.svg)
 * [Page Visit Counter](https://wordpress.org/plugins/page-visit-counter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-visit-counter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-visit-counter/)
 * [Active Topics](https://wordpress.org/support/plugin/page-visit-counter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-visit-counter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-visit-counter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dotstore](https://wordpress.org/support/users/dots/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/update-your-plugin-7/#post-13144920)
 * Status: resolved