/webmail error hex2bin - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Tickets / Roadmap / Timeline (/forum-50.html) +--- Thread: /webmail error hex2bin (/thread-15903.html) |
/webmail error hex2bin - axi4axi - 03-13-2012 08:05 AM hello! I have a problem with the / webmail, when referring to a page with the mail, an error pops up "Fatal error: Cannot redeclare hex2bin() in /var/www/ispcp/gui/tools/webmail/plugins/mail_fetch/functions.php on line 104" Gentoo system Php Version 5.4 someone can help solve this problem? RE: /webmail error hex2bin - joximu - 03-13-2012 08:18 AM Seems you have PHP 5.4 or higher. There's a function built in with this name. So - you need to check if the result of the function is the same - then you can comment the function in the plugin. /J |