Viewing 1 replies (of 1 total)
  • Thread Starter Dobin Park

    (@onesound)

    I found the answer. just string encoding issue. edit hammy.php
    $original = $item->getAttribute( ‘src’ );
    $original = mb_convert_encoding($original, “auto”); <- add this line.

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘wrong file name in URL’ is closed to new replies.