Fatal Error Creating Categories in Barracuda .. Please Help

wmacdonald posted 12th of February 2008 in Community Voice. 3 comments.

Fatal error: Call to undefined function: htmlspecialchars_decode() in /home/thewed/public_html/directory/utils/cat_add.php on line 42

 
Comments
·Oldest
·Top
Please login to post a comment.
LyubovL
Hi!

Try to put the following

function htmlspecialchars_decode($str)
{
$search = array('&', '"', '<', '>');
$replace = array('&', '"', '<', '>');

return str_replace($search, $replace, $str);
}

into util.php.

If it won't work, please contact our support team, they will help you to fix this problem.

Regards
qoue_com
i have the some problems ,i try to put your code into util.php... but is not work.what can i do to make it work?
qoue_com
i find..and.. work. write this line in your htaccess. " AddHandler application/x-httpd-php5 .php "
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.055660009384155