+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: thumbnail gone after upgrading to 4.6.0 please help

  1. #11
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Bahram Soltanirad,

    We need to look into the problem more deeply
    so you'd better create a ticket and describe your problem in details and we'll check it

  2. #12
    Hello Rudi, thanks for your attention. I have not installed a website yet.
    Actually i am testing on my local server (apache on windows) and i am not sure if the problem exist in a real linux server.
    Uploading image with utf8 characters as title name (like farsi) have problems. It uploads file with unmeaning characters as name.
    I added this code at includes/classes/PictureUpload.php/buildName function, just before return command and it fixed uploading image file with correct utf8 name.
    Code:
    Only registered members can view the code.
    But now, it can not read and show image file name in listing detail.
    I am trying to solve the problem. I guess, i should use reverse command like below, when reading file name to show.
    Code:
    Only registered members can view the code.
    Thanks again.
    Last edited by Bahram Soltanirad; December 14, 2017 at 03:09 PM.

+ Reply to Thread