Problem:
Solution:
I solve this issue by pasting the link directory including the port before '/bundles... since port capturing is not dynamic in the system.
example
case '.doc':
case '.docm':
case '.docx':
$relativePathToAsset = 'http://192.168.4.350:7778/uvdesk/uvdesk-community-v1.1.3/public/bundles/uvdeskcoreframework/images/icons/file-system/doc.png';
break;
Hope it helps!
i am experiencing the same problem. the program is i guess static not able to fetch the port.
where can i figure out the location of the adjustment of port.
I got an error display, the image of the document is not displaying.
Exceptions
Logs
Stack Traces
Upon clicking the file icon, download cannot proceed, please help how to fix this error. thank you!
\uvdesk\uvdesk-community-v1.1.3\vendor\uvdesk\support-center-bundle\Resources\views\Knowledgebase\ticket.html.twig
Go to line 85 and change as desired on the highlighted one.
Upon inspecting, i see the "subject" but can't able to locate its source to modify it to another name, please help how it is done.