Title: comgate's Replies | WordPress.org

---

# comgate

  [  ](https://wordpress.org/support/users/comgate/)

 *   [Profile](https://wordpress.org/support/users/comgate/)
 *   [Topics Started](https://wordpress.org/support/users/comgate/topics/)
 *   [Replies Created](https://wordpress.org/support/users/comgate/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/comgate/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/comgate/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/comgate/engagements/)
 *   [Favorites](https://wordpress.org/support/users/comgate/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ads Manager] [Plugin: Simple Ads Manager] Multiple errors](https://wordpress.org/support/topic/plugin-simple-ads-manager-multiple-errors/)
 *  [comgate](https://wordpress.org/support/users/comgate/)
 * (@comgate)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-ads-manager-multiple-errors/#post-3057798)
 * solved the issue mentioned in my 2nd post by replacing all
    `__ngettext` with`
   _n` in the following files in the main plugin directory:
    - editor.admin.class.php
    - list.admin.class.php
 * About all the “undefined index” notices (and there are way more of those, then
   just the ones related to the SAMHelp33 class),
    well, SAM seems to be working
   fine even this way, so simply turning my wp_config.php’s line `define('WP_DEBUG',
   true);` to `define('WP_DEBUG', false);` will hide this issue, when I will be 
   giving away my theme to the end-user.
 * Yet, I’d say this otherwise very nice plugin, can greatly benefit from utilizing
   isset() in it’s code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ads Manager] [Plugin: Simple Ads Manager] Multiple errors](https://wordpress.org/support/topic/plugin-simple-ads-manager-multiple-errors/)
 *  [comgate](https://wordpress.org/support/users/comgate/)
 * (@comgate)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-ads-manager-multiple-errors/#post-3057790)
 * Also after adding new place the following problem pops up, under the Update WordPress/
   Help bar:
 *     ```
       Notice: Undefined index: patch_adserver in [...]/wp-content/plugins/simple-ads-manager/editor.admin.class.php on line 255
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
       ```
   
 * p.s. PHP version 5.2.17
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ads Manager] [Plugin: Simple Ads Manager] Multiple errors](https://wordpress.org/support/topic/plugin-simple-ads-manager-multiple-errors/)
 *  [comgate](https://wordpress.org/support/users/comgate/)
 * (@comgate)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-ads-manager-multiple-errors/#post-3057787)
 * Same issues here.
    WP version 3.4.1 Custom theme in development
 *     ```
       Notice: Undefined property: SAMHelp33::$listPage in [...]/wp-content/plugins/simple-ads-manager/help.class.php on line 89
   
       Notice: Undefined property: SAMHelp33::$editPage in [...]/wp-content/plugins/simple-ads-manager/help.class.php on line 89
   
       Notice: Undefined property: SAMHelp33::$listZone in [...]h/wp-content/plugins/simple-ads-manager/help.class.php on line 89
   
       Notice: Undefined property: SAMHelp33::$editZone in [...]/wp-content/plugins/simple-ads-manager/help.class.php on line 89
   
       Notice: Undefined property: SAMHelp33::$listBlock in [...]/wp-content/plugins/simple-ads-manager/help.class.php on line 89
   
       Notice: Undefined property: SAMHelp33::$editBlock in [...]/wp-content/plugins/simple-ads-manager/help.class.php on line 89
   
       Notice: Undefined property: SAMHelp33::$settingsPage in [...]/wp-content/plugins/simple-ads-manager/help.class.php on line 89
       ```
   
 * And when I try to add a new “Place” I get this in “Add Place Size” area :
 *     ```
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/sr-strh/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628
   
       Notice: __ngettext is deprecated since version 2.8! Use _n() instead. in [...]/wp-includes/functions.php on line 2628'
       ```
   
 * Any advices ?

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