🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. Brandon-2021
    3. Best
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Best 4
    • Controversial 0
    • Groups 0

    Best posts made by Brandon-2021

    • RE: Email attachment download "Word found unreadable content in 8qqrwPwAl3HRa01d.docx"

      I have found and corrected the issue.

      In these two files

      • vendor/uvdesk/support-center-bundle/Controller/Ticket.php
      • vendor/uvdesk/core-framework/Controller/Ticket.php

      In the function "public function downloadAttachment(Request $request)", add the this line of code:

      • $response->headers->set('Content-Length', $attachment->getSize());

      Below

      • $response->headers->set('Content-Disposition', 'attachment; filename='. $attachment->getName());

      And Above

      • $response->sendHeaders();

      @peopleinside Thanks again for the help!

      posted in Technical Help
      B
      Brandon-2021
    • RE: How to Remove Cache

      Hi @Sanjeev,

      What is being stored in the cache?
      If I delete the entire folder the project should 100% be fine correct?
      Also is there a way to limit the cache? this project is up to 6.1 gb of cache files.

      Thanks,

      Brandon

      posted in General Discussion
      B
      Brandon-2021
    • RE: Email attachment download "Word found unreadable content in 8qqrwPwAl3HRa01d.docx"

      @Sanjeev I also just tried the same steps on the UV-Desk demo page and the file is corrupt as well.

      posted in Technical Help
      B
      Brandon-2021
    • RE: Email attachment download "Word found unreadable content in 8qqrwPwAl3HRa01d.docx"

      @peopleinside Not a problem, I am a programmer and just glad to help out!

      posted in Technical Help
      B
      Brandon-2021