X
X
X
X

Knowledge Base

HomepageKnowledge BaseLinuxSquirrelmail Cannot redeclare hex2b...

Squirrelmail Cannot redeclare hex2bin() / Squirrelmail Bo? login sayfas?

Bu hatayi gidermek icin yapmamiz gereken islemler

squirrelmail kalsorunde src icine girip orda configtest.php de  hatayi veren php dosyasinda bu genelde function.php dosyasinda hex2bin gecen yerlere convertHex2bin ile degistirmek.

grep -r 'hex2bin' * yaparak ifadenin gectigi dosyalari buluyoruz

root@server:/var/www/ispcp/gui/tools/webmail# grep -r 'hex2bin' *
plugins/notes/notes.class.php:      $note = unserialize($this->hex2bin($x));
plugins/notes/notes.class.php:   function hex2bin($data) {
plugins/mail_fetch/functions.php:function hex2bin( $data ) {
plugins/mail_fetch/functions.php:    $txt = mf_keyED( hex2bin( $txt ) );

notes.classlari ellemiyrouz hatayi funtion.php de vermisti oyuzden sadece function.php de isimleri degistiriyoruz.

 

hepsi bukkadar.

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(49329 times viewed / 0 people found it helpful)

Powered by WISECP
Top