Skip to Content Skip to Menu

FIX: Undefined Index error message

  • chasiv
  • chasiv
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 2
9 years 5 months ago - 9 years 5 months ago #261802 by chasiv
FIX: Undefined Index error message was created by chasiv
I'm getting the following error message. This is a new install.

Notice: Undefined index: onInbox in C<span>:</span><span>\</span>wamp\www\cms\plugins\system\uddeim_hooks\uddeim_hooks.php on line 29

I'm using WampServer 2.5 (for testing) on a local computer. It is using Apache 2.4.9, PHP 5.5.20, MySQL 5.5.40

Any help would be appreciated.

Thanks...
Last edit: 9 years 5 months ago by slabbi.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
9 years 5 months ago #261803 by slabbi
Replied by slabbi on topic Undefined Index error message
Since there is no software available that uses hooks, deinstall plug_uddeim_hooks. That should fix your problem.

If you need hooks, you could try following:

In \plugins\system\uddeim_hooks\uddeim_hooks.php
add following line

if (array_key_exists($event, $this->callbacks))

right before

if (count($this->callbacks["$event"])) {


Btw it is only a "notice" not a warning or error, so no problem at all.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum