search form error 1.3.3

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
TI&OSM
Posts: 37
Joined: Tue 27. Feb 2007, 09:30
Location: The Hague, The Netherlands

search form error 1.3.3

Post by TI&OSM »

Hello all,

I upgraded from 1.3.0 > 1.3.3.
Everything works fine, only the search form.
It works, only I get a couple of thousand times the next line;

Code: Select all

Warning: cannot yet handle MBCS in html_entity_decode()! in /var/www/vhosts/typography.nl/httpdocs/_phpwcms_133/include/inc_lib/general.inc.php on line 1246
This line refers to this line;

Code: Select all

	$text = html_entity_decode($text, ENT_QUOTES, PHPWCMS_CHARSET);
What's wrong?

Robert [TI&OSM]
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

please search forum - this is described!

Add missing @ in that line

Code: Select all

$text = @html_entity_decode($text, ENT_QUOTES, PHPWCMS_CHARSET);
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply