HomeNotesFatal Error Creating Categories in Barracuda .. Please Help
1564 days ago in 
Tags: php, on, cat_add, line, 42
Reactions: 3 comments 0 points0 reports
 
 

Fatal Error Creating Categories in Barracuda .. Please Help

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

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
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 "
 
 
 
PET:0.062129974365234