Warnings while posting [message #34269] |
Mon, 16 October 2006 15:05 |
|
Warning: strpos() [function.strpos]: Empty delimiter. in /home/aeii/public_html/fud/theme/default/post.php on line 3661
Warning: Cannot modify header information - headers already sent by (output started at /home/aeii/public_html/fud/theme/default/post.php:3661) in /home/aeii/public_html/fud/theme/default/post.php on line 4125
inside post.php
3661: while (($a = strpos($text_l, $k, $a)) !== false) {
3662: if ((!$a || isset($GLOBALS['__SML_CHR_CHK__'][$text_l[$a - 1]])) && ((@$ch = $text_l[$a + $len]) == "" || isset($GLOBALS['__SML_CHR_CHK__'][$ch]))) {
3663: $text_l = substr_replace($text_l, $v, $a, $len);
3664: $text = substr_replace($text, $v, $a, $len);
3665: $a += strlen($v) - $len;
3666: } else {
3667: $a += $len;
3668: }
3669: }
4121: /* redirect the user to their message */
4122: if ($FUD_OPT_2 & 32768) {
4123: header('Location: http://aeii.livenet.pl/fud/index.php/m/'.$msg_post->id.'/'._rsidl.'#msg_'.$msg_post->id);
4124: } else {
4125: header('Location: http://aeii.livenet.pl/fud/index.php?t='.$t.'&goto='.$msg_post->id.'&'._rsidl.'#msg_'.$msg_post->id);
4126: }
4127: exit;
[Updated on: Mon, 16 October 2006 15:05] Report message to a moderator
|
|
|
|
|
|
Odp: Warnings while posting [message #34328 is a reply to message #34269] |
Fri, 20 October 2006 15:36 |
|
OK, I understand every message is parsed... But... what can cause an error if message body is only one word like "test". I can't find any bugs in my smileys table... What you mean by empty token... means where? In table, message, elsewhere ?
If I send this post here, everything is OK. On my forum is this warning
|
|
|
|
|