Title: PHP error
Last modified: September 3, 2016

---

# PHP error

 *  [wildmice](https://wordpress.org/support/users/wildmice/)
 * (@wildmice)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/php-error-145/)
 * A very nice plugin, thanks. You may want to know that in developer mode (all 
   errors and warnings showing), i am getting this notice:
 * Notice: Undefined variable: custom_tooltip_active in F:\projects-active\tourwriter.
   com\2015-08\www\wp-content\plugins\simple-tooltips\index.php on line 566
 * It’s a simple fix and i’ve made it on my copy for now. Hopefully with the next
   update this will go away 😉
 * — shanna

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

 *  [takannaka](https://wordpress.org/support/users/takannaka/)
 * (@takannaka)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/php-error-145/#post-8005846)
 * Hello Shanna,
    would you please share how you fixed it i have the same probleme
   and i don’t know how to resolve it Help! ‘^_^
 *  Thread Starter [wildmice](https://wordpress.org/support/users/wildmice/)
 * (@wildmice)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/php-error-145/#post-8005847)
 * just change line 566 from :
 * if($custom_tooltip_active == 1) {
 * to :
 * if (isset($custom_tooltip_active) && $custom_tooltip_active == 1) {
 *  [takannaka](https://wordpress.org/support/users/takannaka/)
 * (@takannaka)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/php-error-145/#post-8005848)
 * thank you for your answer
    Have a nice day!

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

The topic ‘PHP error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-tooltips_cfcfcf.svg)
 * [Simple Tooltips](https://wordpress.org/plugins/simple-tooltips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-tooltips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-tooltips/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-tooltips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-tooltips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-tooltips/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [takannaka](https://wordpress.org/support/users/takannaka/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/php-error-145/#post-8005848)