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

    UVdesk

    • Login
    • Search
    • Recent

    Solved a lot of deprecated message in the log

    Technical Help
    2
    9
    911
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      ray last edited by

      Hi, I am just wondering if it is just me or it's a common thing that can be ignored.

      Just installed UVdesk on a new VPS, CENTOS 7, PHP 7.2 with all the required modules, APACHE,

      followed this instruction
      https://www.uvdesk.com/en/blog/open-source-helpdesk-installation-centos-uvdesk/

      The whole installation process is pretty smooth until I finish the setup of the emailbox.

      There are around 50 deprecations in the log, I downgraded composer to 1.10 just to install the UVdesk, it probably not the issue of the deprecation.

      a96c08e7-ec2e-4fbe-9b6c-66312e64a25c-image.png

      The email cannot send out when creating the ticket, and no email if someone replies to the ticket.

      The IMAP can access my Gmail account with the APP password and read how many emails are there in the inbox like this
      27f889fc-eb12-4d67-a284-1dd3d35e6886-image.png

      There is no ticket created after this process either.

      It is greatly appreciated if someone could provide a suggestion for me.

      Thank you.

      1 Reply Last reply Reply Quote 0
      • Sanjeev
        Sanjeev developer UVdesk Staff last edited by

        @ray

        You need to update your site_url  in uvdesk.yaml file (under config/packages of your project).

        Please send us your helpdesk URL by which you are running your project on browser.

        So we will let you know what should be the correct site_url.

        1 Reply Last reply Reply Quote 0
        • R
          ray last edited by

          Hi @Sanjeev , thank you for replying my post, the mailbox setting is referenced from https://www.uvdesk.com/en/blog/setup-mailbox-uvdesk-open-source-helpdesk/
          our URL is ticket.conniglobal.com/public, which is the value of site_url in uvdesk.yaml.

          1 Reply Last reply Reply Quote 0
          • R
            ray last edited by

            Update. Fixed the send email issue. apparently, I am using the wrong port. 465 or 587 should be noticed.

            The receiving email from IMAP still act like before, can read how many emails in the folder, just cannot create the ticket.

            But it is fine to manually create a ticket, just cannot receive any reply from the visitor.

            Stil; working on it.

            1 Reply Last reply Reply Quote 0
            • Sanjeev
              Sanjeev developer UVdesk Staff last edited by

              @ray said in a lot of deprecated message in the log:

              ticket.conniglobal.com/public

              please try ticket.conniglobal.com/public/index.php in site_url and make a try.

              R 1 Reply Last reply Reply Quote 0
              • R
                ray @Sanjeev last edited by

                @Sanjeev Thank you, change the URL does the same thing, but I fixed it anyway.

                Here is what I did.
                In /vendor/uvdesk/mailbox-component/Console/RefreshMailboxCommand.php , follow the refreshMailbox to pushMessage

                The response is not 200 but an HTML turns out it is the Cloudflare returns a CAPTCHA to me instead let me visit that URL...

                Thank you for your help.

                1 Reply Last reply Reply Quote 0
                • R
                  ray last edited by

                  but the deprecations still worries me, is it going to make some trouble in the future?

                  1 Reply Last reply Reply Quote 0
                  • Sanjeev
                    Sanjeev developer UVdesk Staff last edited by

                    @ray

                    but the deprecations still worries me, is it going to make some trouble in the future?

                    No, it is just symfony version related issue. We are fixing these also time to time.

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      ray @Sanjeev last edited by

                      @Sanjeev Thank you for your help. Really looking forward upgrade to the next version. The current swiftmailer only accept email as a username, I need to modify swiftmailer.yaml to make SendGrid working. It's a little bit difficult for the common user.

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post