🔴 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
    • E

      Solved How to disable Symfony ?
      • ercanyuzuk

      3
      0
      Votes
      3
      Posts
      1990
      Views

      E

      thanks, it's ok now ...

    • E

      Solved i can not send mail - smtp issue
      • ercanyuzuk

      3
      0
      Votes
      3
      Posts
      716
      Views

      E

      Thanks , it works 👍

    • A

      Solved uvDESK rest api
      • arunacha

      2
      0
      Votes
      2
      Posts
      416
      Views

      Sanjeev

      @arunacha

      Please follow this guide:
      https://www.uvdesk.com/en/blog/api-resource/

      Also API's:
      https://github.com/uvdesk/api-bundle/wiki/Ticket-Related-APIs

    • Q

      Solved Setup multiple segregated channels
      • quazarzero

      3
      0
      Votes
      3
      Posts
      427
      Views

      peopleinside

      @quazarzero said in Setup multiple segregated channels:

      I want to process tickets from multiple email/domains and respond with the corresponding email account.

      I think this is possible you set different MailBox and Swift Mailer
      Have you see how UVdesk settings looks to be? https://demo.uvdesk.com/

      Start to install in your server and do a try can help, I think 🙂 more than the theory.

    • L

      Solved uvdesk is not sending emails
      • lukaszw

      8
      0
      Votes
      8
      Posts
      3165
      Views

      peopleinside

      Hi @lukaszw, thank you for your posts in the UVdesk community!
      I'm happy to read you have resolved.

      I noticed in more than one post you included full email address and want just reminder this is a public community so that address can be used by bot to send spam. To protect you from spam or scam emails I suggest to not post full email address in public community or web pages.

      Have a wonderful day!

    • L

      Solved Installation error uvdesk/public/wizard/xhr/load/super-user| 1146 Table 'uvdesk1.uv_support_role' doesn't exist
      • lukaszw

      7
      0
      Votes
      7
      Posts
      1380
      Views

      L

      All ok, just need to log in with path public/en/member/login. Thank You for help, perfect job.

    • M

      Solved Not able to configure the uvdesk properly
      • mukul123

      4
      0
      Votes
      4
      Posts
      2636
      Views

      Sanjeev

      @mukul123 @SyedBilal

      Open your .htaccess file under public folder of your project and add some random text at the top and save your file.

      Now try to access your project.

      Case 1:

      If you are getting 500 Internal server error after adding a random text in .htaccess file.

      It means it is working.

      Case 2:

      If you are still able to access public path of project which means  .htaccess it is not working yet.

      so you need to enable it.

      Open your apache2.conf file and Allow overwrite All.

      <Directory /home/users/www>
      Options Indexes FollowSymLinks
      AllowOverride All
      Require all granted

      here.

      Now also you need to run two below commands for enabling mod rewrite rule.

      a2enmod rewrite
        service apache2 restart

    • K

      Solved Site setup
      • kittiechloe

      2
      0
      Votes
      2
      Posts
      432
      Views

      Sanjeev

      @kittiechloe

      You need to navigate to public folder of your project.

      your_host(IP)/your_project/public

    • S

      Solved Unable to login to admin panel right after installation
      • sajal

      3
      0
      Votes
      3
      Posts
      2795
      Views

      Sanjeev

      @sajal
      Please check if you are login using the correct panel.

      For admin/agent panel default path will be on URl like below.

      your_host/public/en/member/login

      else

      If accidentally forget your admin password and not able to login just after finishing installation can create a new admin password using below command.

      php bin/console uvdesk_wizard:defaults:create-user ROLE_ADMIN

      Just fill all the details for the admin and login using new details.

    • S

      Solved Password field in Agent and Customer Form
      • SaasMe

      2
      0
      Votes
      2
      Posts
      472
      Views

      Sanjeev

      @SaasMe

      For Agent:

      locate path in your project vendor->uvdesk->core-framework->Resources->views->Agent->updateSupportAgent.html.twig

      open this file reach to this section https://github.com/uvdesk/core-framework/blob/master/Resources/views/Agents/updateSupportAgent.html.twig#L142-L160 and remove If and endif line in selected section(First and last line in selected section).

      For Customer:

      locate path in your project vendor->uvdesk->core-framework->Resources->views->Customers->updateSupportCustomer.html.twig

      open this file reach to this section https://github.com/uvdesk/core-framework/blob/master/Resources/views/Customers/updateSupportCustomer.html.twig#L82-L100 and remove If and endif line in selected section(First and last line in selected section).

    • R

      Solved If i want to show on frontpage (helpdesk/en/ ) for unregistered users some data from uvdesk what can i do?
      • russian_uvdesk

      2
      0
      Votes
      2
      Posts
      587
      Views

      Sanjeev

      @russian_uvdesk

      You need to customize knowledgebase section for this where you can do this all stuff.
      You need a add a new section for this as same as you see in ticket list of customer after customer login.

    • R

      Solved (1/1) InvalidArgumentException The none encryption is not supported
      • rajeev

      2
      0
      Votes
      2
      Posts
      572
      Views

      admin

      @rajeev thanks for reporting this issue. You may get the solution of this issue in one of another post. Check Here.

    • I

      Solved The none encryption is not supported
      • Ivan

      7
      0
      Votes
      7
      Posts
      1565
      Views

      Sanjeev

      @anywhere @jesse @Ivan

      Thanks for reporting this bug we will remove none option from there.

      Actually you have selected "Encryption Mode - None" for swift-mailer.
      And swift mailer does not support encryption none .

      so you just need to locate and open file swiftmailer.yaml under
      config->packages in your project.

      Now change encryption to tls or ssl instead of none as per support by your email server and save your file.

      Now run your project and error will be removed.

    • C

      Solved Installation step giving error
      • ChandanHJ

      2
      0
      Votes
      2
      Posts
      1050
      Views

      admin

      @ChandanHJ
      Check Following Cases:
      Before setting up your project check below things and make changes accordingly:

      Case 1. A web server might don’t have permission to allow overriding of the Apache config on a per-directory basis. In apache2.conf, Allow Override needs to be set to All for the directory block as mention below:

      <Directory /home/users/www>
      Options Indexes FollowSymLink
      AllowOverride All
      Require all granted

      Note: Need to run below commands for enabling mod rewrite rule:

      a2enmod rewrite
      Then, restart web server:

      service apache2 restart
      Case 2. If your database password contains some special character(such as #$%@) then change your password and make it without special character.

      Case 3. Allow read-write permission for below file & folder:

      For .env file – chmod 777 -R path of .env file of UVdesk project

      For var folder -chmod 777 -R path of var folder of UVdesk project

      For config folder – chmod 777 -R path of config folder of UVdesk project

      Case 4. And also check max execution time if it is 30 sec then increase it. Check here.

      Case 5. locate .env file in your project and make sure APP_ENV=dev when you are doing your setup.

      After that, restart your server by.

      service apache2 restart
      Lastly, clear your project cache by:

      php bin/console c:c

    • T

      Solved Cannot pass setup Step 2.- Unable to locate path on server
      • travistaylor

      3
      0
      Votes
      3
      Posts
      1174
      Views

      admin

      @travistaylor

      You can also raise your support ticket at support@uvdesk.com by mentioning all above environment so that your query will resolve in high priority.

      Thanks.

    • bansalvaish

      Solved How to Add a agent?
      • bansalvaish

      2
      0
      Votes
      2
      Posts
      1427
      Views

      Sanjeev

      @bansalvaish
      You can simply login to member panel.
      Now Search Agents in dashboard and click on Agents.
      You will see a option to add a New Agent here.

    • M

      Solved Installation stuck : DB Credential
      • Morphe

      2
      0
      Votes
      2
      Posts
      1138
      Views

      admin

      @Morphe

      try by disabling the redis extension if it's running anywhere.

    • admin

      Solved composer require php version >=7.2 to install helpdesk
      • admin

      1
      0
      Votes
      1
      Posts
      657
      Views

      No one has replied

    • S

      Solved Installation stuck at Step 4, need help.
      • SimonM

      5
      0
      Votes
      5
      Posts
      2299
      Views

      admin

      Hi vikasbhusal

      check that composer has been installed or not?
      you can also go with https://github.com/uvdesk/community-skeleton/issues/156

      Kindly raise your ticket at support@uvdesk.com for quick response

    • M

      Solved When trying to install, its showing 500 internal server error
      • meyyammai

      2
      0
      Votes
      2
      Posts
      811
      Views

      admin

      Hello meyyammai,

      Kindly raise your ticket at support@uvdesk.com

      We will look into your query soon!