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

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. Technical Help
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • S

      Solved how to change logo for admin/agent login page and dashboard?
      • Shoman

      2
      0
      Votes
      2
      Posts
      714
      Views

      Sanjeev

      @Shoman

      >>>For dashboard logo change locate the path in you project:

      vendor/uvdesk/core-framework/Resources/views/Templates/sidebar.html.twig

      open sidebar.html.twig and update svg on line no 68.

      You need to update svg here.

      https://github.com/uvdesk/core-framework/blob/master/Resources/views/Templates/sidebar.html.twig#L68

      >>>For login Page logo change:

      Make a image named with : uvdesk-logo-symbol.svg

      locate path: vendor->uvdesk->core-framework->Resources->public->images

      Upload your image here and replace old one here.

    • S

      Solved How to add new ticket priority and Label in uvdesk community helpdesk?
      • Shoman

      2
      0
      Votes
      2
      Posts
      600
      Views

      Sanjeev

      @Shoman

      You can add ticket Label from ticket listing and it will add dynamically into Label listing.

      Check this:  https://prnt.sc/t8f9h8

      And for ticket priority you need to make a new entry into database with a color code.

      Then you will be able to see new ticket priority into every listing.

      Check this: https://prnt.sc/t8ez20

      Thanks,

    • R

      Solved "imap_open : couldn't open stream for gmail" - getting error while set up IMAP
      • Rosa A Hancock

      3
      0
      Votes
      3
      Posts
      677
      Views

      R

      @Sanjeev
      Thanks for your help.

    • B

      Solved How to debug the error?
      • Brian B Peach

      4
      1
      Votes
      4
      Posts
      1378
      Views

      Sanjeev

      @Brian-B-Peach

      Please add red mark lines in code as attached in below screenshot.

      headerCode.PNG

    • S

      Solved mailparse extension
      • Samar

      8
      0
      Votes
      8
      Posts
      1820
      Views

      Sanjeev

      @Samar

      Also share what was the problem and how you solved it.
      So that it will help to other people to easily set it up.

    • peopleinside

      Solved Issue with ReCaptcha
      • peopleinside

      1
      0
      Votes
      1
      Posts
      277
      Views

      No one has replied

    • C

      Solved IMAP Issue : Warning: imap_open(): Couldn't open stream
      • Christophe

      13
      0
      Votes
      13
      Posts
      3628
      Views

      peopleinside

      @Christophe umh I think email certificate is managed by your control panel. Don't now but if your certificate is expired maybe you have issue, if still be valid should be not a problem if you installed after the certificate release the uvdesk 🙂

    • M

      Solved Is it mandatory to use SMTP ?
      • manata

      3
      0
      Votes
      3
      Posts
      372
      Views

      M

      @Sanjeev , seems working, thanks a lot for your support.
      Happy day

    • M

      Solved Uvdesk reachable only on localhost
      • manata

      16
      0
      Votes
      16
      Posts
      1943
      Views

      Sanjeev

      @manata

      Glad to know that it will helps others to do the same.

      Have a nice day !!

    • peopleinside

      Solved Ticket created by email don't have the link in the default language
      • peopleinside

      7
      0
      Votes
      7
      Posts
      494
      Views

      Sanjeev

      @peopleinside

      Defiantly we will update it on our documentation.

    • peopleinside

      Solved Delete email already processed (ticket created)
      • peopleinside

      3
      0
      Votes
      3
      Posts
      343
      Views

      peopleinside

      @Sanjeev thanks, will be useful deleting already processed ticket as in OsTicket.

      This is very useful when you manage more than one email of support and manage it directly from the ticket system.
      Not deleting email is consuming inbox space also is causing issue on ticket deletion.

      Also create issue if you need to migrate else way or if you delete ticket this will create a ticket created again for operator and customer.

      Hope you will be able to provide a solution for delete email once processed.
      Thank you.

    • S

      Solved No incoming or outgoing emails working.... Please help....
      • sherazkhan1988

      3
      0
      Votes
      3
      Posts
      393
      Views

      Sanjeev

      @sherazkhan1988

      For mailbox refresh issue if your mails not converting into ticket.
      Then please check your -
      site_url in uvdesk.yaml file under config->packages of your project.

    • A

      Solved How to receive mails for posts and comments?
      • alankrit

      3
      0
      Votes
      3
      Posts
      317
      Views

      peopleinside

      Hi, the issue with forum and email should be now resolved.
      You should get email notification.

    • C

      Solved Installation stuck An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory
      • cvallehn

      2
      0
      Votes
      2
      Posts
      472
      Views

      Sanjeev

      @cvallehn
      Please check all possible things which can be there for your problems.

      https://stackoverflow.com/questions/39935545/symfony3-sqlstatehy000-2002-no-such-file-or-directory?rq=1

      https://github.com/hechoendrupal/drupal-console/issues/845#issuecomment-138745540

      https://stackoverflow.com/questions/20723803/pdoexception-sqlstatehy000-2002-no-such-file-or-directory

    • D

      Solved Creating modules/extensions
      • damasu

      4
      0
      Votes
      4
      Posts
      1099
      Views

      G

      thanks a lot
      it is interesting for me too

    • C

      Solved Mailparse on plesk
      • caygri

      2
      0
      Votes
      2
      Posts
      862
      Views

      Sanjeev

      @caygri

      As we need to parse emails and convert them into ticket so Mail parse is required for this project to do this work.

      Helpful link:
      https://talk.plesk.com/threads/installing-the-php-extensions-mailparse-mbstring.352973/

      Also ask your service provider for this if unable to do so.

    • M

      Solved UVDesk API usage with Postman
      • mkroon

      6
      0
      Votes
      6
      Posts
      730
      Views

      AlexSoft

      @mkroon☹ ☹ ☹ ☹ ☹ ☹

    • P

      Solved Change folder location
      • puja

      3
      0
      Votes
      3
      Posts
      361
      Views

      Sanjeev

      @puja

      For ticket attachments you can change folder name from here.

      locate path in your project:
      vendor->uvdesk->core-framework->services->TicketService.php

      Open TicketService.php and make changes in code to change folder name as highlighted in screenshot.

      ticketAttachmentFolderChange.PNG

    • C

      Solved IMAP to tickets help
      • circusmonkey404

      2
      0
      Votes
      2
      Posts
      316
      Views

      Sanjeev

      @circusmonkey404

      Most probably your site_url is not correct in uvdesk.yaml (under config->packages)file.

      Update your site_url and it should work.
      site url should be like: your_host/your_project/public

    • E

      Solved Debian Installtion Problem
      • easyuvdesk

      5
      0
      Votes
      5
      Posts
      1260
      Views

      Sanjeev

      @easyuvdesk

      Have you restart the server after making changes.

      Also try below method if unable to do by above.

      https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642