Title: [Plugin: Subscribe To Comments Reloaded] Undefined variable
Last modified: August 19, 2016

---

# [Plugin: Subscribe To Comments Reloaded] Undefined variable

 *  Resolved [anatol broder](https://wordpress.org/support/users/doktorbro/)
 * (@doktorbro)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-undefined-variable/)
 * I use dafault comment loop of twenty ten. If I click on “manage subscriptions”
   beside the comment form, I go to the page “Manage subscriptions”. With `debug
   =true` I see on top of the page the error message:
    `Notice: Undefined variable:
   manager_page_permalink in /domain/wp-content/plugins/subscribe-to-comments-reloaded/
   subscribe-to-comments-reloaded.php on line 466`

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

 *  [Steve](https://wordpress.org/support/users/stevejohnson/)
 * (@stevejohnson)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-undefined-variable/#post-1988039)
 * It’s not an “error”, it’s a “notice”. Big difference.
 * It just means that the coder used the variable in an expression without first
   testing to see if it actually existed or not. In your case, it doesn’t exist.
   While this is allowed in PHP, many feel that it’s not exactly the best coding
   practice because it **does** generate a E_NOTICE.
 *  [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-undefined-variable/#post-1988261)
 * Thank you Steve for clarifying. It’s not an error indeed, but I’ve tried to remove
   all these warning from my source code, I must have missed that one. It will definitely
   be fixed when the next release is out, thank you for pointing it out.
 * Camu

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

The topic ‘[Plugin: Subscribe To Comments Reloaded] Undefined variable’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/subscribe-to-comments-reloaded_f0f9fc.
   svg)
 * [Subscribe To Comments Reloaded](https://wordpress.org/plugins/subscribe-to-comments-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe-to-comments-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-undefined-variable/#post-1988261)
 * Status: resolved