You can see the error here: http://i30.tinypic.com/2q8ak47.png
When quick response in some forums. But if you reload the page it works.
Any idea what's happening?
Thanks in advance :) .
After 1.2.0.27 To 1.3.0.53 Problems In Posting (bbcodes)
Subject: Re: After 1.2.0.27 To 1.3.0.53 Problems In Posting (bbcodes)
It happens all time you try to post an answer, using quick response or just response... And with all styles.
I have "fixed" the problem (badly, but the forum doesn't show the error)
in includes/bbcode.php
remplace
by
I know that's quit a function, but I cannot arrive into any other solution :(
I have "fixed" the problem (badly, but the forum doesn't show the error)
in includes/bbcode.php
remplace
- function plain_message($text, $id)
- {
- // This function will strip from a message some BBCodes,
- // all BBCodes $uid, and some other formattings.
- // The result will be suitable for email sendings.
- $text = $this->bbcode_killer($text, $id);
- //$text = preg_replace("/\r\n/", "<br />", $text);
- $text = preg_replace("/\r\n/", "\n", $text);
- $text = str_replace('<br />', "\n", $text);
- return $text;
- }
by
- function plain_message($text)
- {
- // This function will strip from a message some BBCodes,
- // all BBCodes $uid, and some other formattings.
- // The result will be suitable for email sendings.
- //$text = $this->bbcode_killer($text, $id);
- //$text = preg_replace("/\r\n/", "<br />", $text);
- $text = preg_replace("/\r\n/", "\n", $text);
- $text = str_replace('<br />', "\n", $text);
- return $text;
- }
I know that's quit a function, but I cannot arrive into any other solution :(
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 1.4374s (PHP: 2% SQL: 98%)
SQL queries: 15 - Debug Off - GZIP Enabled