When use single quote ( ' ) in - title, description, category, tags - then we get a problem:
Parse error: syntax error, unexpected T_STRING in /home/***/***/***/templates/base/scripts/BxBaseFunctions.php(133)
: eval()'d code on line 1
Warning: Cannot modify header information - headers already sent
by (output started at
/***/***/***/***/templates/base/scripts/BxBaseFunctions.php(133)
: eval()'d code:1) in /***/***/***/***/inc/design.inc.php on line 133
How can it be that the script security NOT parse that dangerous symbol like single quote ( ' ) !!!??? And thus we get a big problem in script and site structure?
Who can offer solution of problem properly, NOT just bla bla?