Skip to main content
Topic: Undefined index: X (Read 1589 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Undefined index: X

Funny one...
Code: [Select]
    Notice: Undefined index: X

    http://www.elkarte.net/community/index.php?action=unreadreplies

    File: /.../sources/subs/BBC/BBCParser.class.php
    Line: 677
The line is:
Code: [Select]
$tag = $this->item_codes[$this->message[$this->pos + 1]];
Bugs creator.
Features destroyer.
Template killer.

Re: Undefined index: X

Reply #1

Missing bit of information is the URL: http://www.elkarte.net/community/index.php?topic=3248.msg23106#info_22974

The problem seems to be the new parse picks an [X] as a tag (BTW, let's see if nobbc works properly) and tries to parse it. Actually, it would be a tag, an item code (i.e. list item), but it fails somehow.
Let's see if using a
  • is recognized as item code and gives an error or not.
Bugs creator.
Features destroyer.
Template killer.

Re: Undefined index: X

Reply #2

So the * is recognized, but doesn't produce an error.
Bugs creator.
Features destroyer.
Template killer.