Wrong upload path

Bring Your Business to LifeSupportImage StoreWrong upload path

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52432
    Van Halen
    Participant

    The problem is fixed, we’ve removed: sanitize_file_name() not sure if this will cause any new problems, but it works for the time being.

    in /image-store/_inc/galleries.php:

    $this->galpath = “/” . trim( sanitize_file_name( $_REQUEST[‘folderpath’] ), “/” );

    to:

    $this->galpath = “/” . trim( $_REQUEST[‘folderpath’] , “/” );

    #52444
    Xpark Media
    Keymaster

    @Van Halen,

    yes, we test it and this is the problem, we applied a fix and will be release on the next version

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.