Title: php notice
Last modified: June 18, 2018

---

# php notice

 *  Resolved [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/php-notice-113/)
 * PHP Notice: Undefined variable: labelStyle in /home/user/public_html/wp-content/
   plugins/buttonizer-multifunctional-button/classes/Button.php on line 626

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

 *  Plugin Author [Buttonizer](https://wordpress.org/support/users/buttonizer/)
 * (@buttonizer)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10411169)
 * Hi Johny,
 * Thank you for this feedback and PHP error. If you can send your support request
   to [contact@buttonizer.pro](https://wordpress.org/support/topic/php-notice-113/contact@buttonizer.pro?output_format=md)
   we can have a closer look how this error ended up in your site. In the meantime
   we will have a look in our code so we can debug this issue :).
 * Cheers,
 * Jeroen – Buttonizer
 *  Thread Starter [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10546781)
 * Did you have time to look yet ? I’m still getting this and it’s for every page
   view. So my logs are flooded with these notices.
 *  Plugin Author [Buttonizer](https://wordpress.org/support/users/buttonizer/)
 * (@buttonizer)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10554658)
 * Hi Johnny,
 * As this is just a notice from PHP for a missing variable, you are able to disable
   these notices. I will tell you how to disable these notices for now. In the following
   update, the code you add now, will be automatically removed when we roll out 
   the new version of Buttonizer.
 * Put inside the /wp-content/plugins/buttonizer/buttonizer.php on top of the file
   the following code:
 *     ```
       ini_set('error_reporting', E_ERROR);
       error_reporting(E_ERROR);
       ```
   
 * This means it wil only show and log the real PHP errors, but won’t show the notices
   of variables that are missing. So as I am right, it won’t flood your logs anymore.
 * Let me know if this is a good temporarely solution.
 * – Jasper
 *  Thread Starter [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10564867)
 * I’ll wait for the update. I’d rather not make changes to these files.
 *  Thread Starter [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10696091)
 * Updated today but unfortunately this error persists. And an additional one has
   appeared: Notice: Undefined index: page in /var/www/html/wp-content/plugins/buttonizer-
   multifunctional-button/classes/Admin/Admin.php on line 121
 * I know these are notices and are harmless, but they are quite annoying. Shouldn’t
   be hard to fix…
 *  Plugin Author [Buttonizer](https://wordpress.org/support/users/buttonizer/)
 * (@buttonizer)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10706409)
 * Hi Johnny,
 * Sorry, the last update was for fixing some other problems.
 * I’ll fix your notices today and update the plugin tomorrow!
 * – Jasper
 *  Thread Starter [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10710386)
 * Thanks ! I appreciate that.
 *  Plugin Author [Buttonizer](https://wordpress.org/support/users/buttonizer/)
 * (@buttonizer)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10724168)
 * Good morning Johnny,
 * The plugin has been updated. Would you like to update and check if the notices
   are gone?
 * – Jasper

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

The topic ‘php notice’ is closed to new replies.

 * ![](https://ps.w.org/buttonizer-multifunctional-button/assets/icon-256x256.gif?
   rev=2517499)
 * [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder](https://wordpress.org/plugins/buttonizer-multifunctional-button/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buttonizer-multifunctional-button/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buttonizer-multifunctional-button/)
 * [Active Topics](https://wordpress.org/support/plugin/buttonizer-multifunctional-button/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buttonizer-multifunctional-button/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buttonizer-multifunctional-button/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Buttonizer](https://wordpress.org/support/users/buttonizer/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/php-notice-113/#post-10724168)
 * Status: resolved