FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Warnings while posting
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Warnings while posting [message #34269] Mon, 16 October 2006 19:05 Go to previous message
kroku is currently offline  kroku   Poland
Messages: 30
Registered: July 2006
Karma:
Member
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 19:05]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: lol :)
Next Topic: split_th.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 17:24:23 GMT 2024

Total time taken to generate the page: 0.04190 seconds