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

    UVdesk

    • Login
    • Search
    • Recent

    Solved RefreshMailboxCommand.php Undefined constant

    Technical Help
    2
    2
    296
    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.
    • I
      ivanmanzanolh last edited by

      Hi,

      I'm getting this error when I try to refresh the mailbox: "Undefined constant Webkul\UVDesk\MailboxBundle\Console\CURLOPT_NOBODY" in RefreshMailboxCommand.php."

      56ee0b49-88f5-4d6c-a12f-f259a2fb93de-image.png

      I also tried running c:c
      607f4d05-dd1f-450d-a51f-abd5fea70889-image.png

      My PHP version: 8.0.28
      Uvdesk version: V-1.1.0

      e94cc1a3-2ec1-4121-9646-b9ff12c2bb08-image.png

      1 Reply Last reply Reply Quote 0
      • Komal Sharma
        Komal Sharma UVdesk Staff mod last edited by Komal Sharma

        @ivanmanzanolh

        I'm getting this error when I try to refresh the mailbox: "Undefined constant Webkul\UVDesk\MailboxBundle\Console\CURLOPT_NOBODY" in RefreshMailboxCommand.php."

        Let us know, you have verified the curl and dom extension is installed or not. For checking the extension follow the below command:

        $ php -m
        

        37fedb4a-a4d4-423c-a553-23e331bc7967-Screenshot from 2023-05-17 16-56-55.png

        If curl extension is not installed then follow the below command for installed curl extension:

        $ sudo apt install php7.4-curl
        

        Verify install of curl verison on Ubuntu by running:

        $ curl --version
        
        1 Reply Last reply Reply Quote 0
        • Topic has been marked as solved  peopleinside peopleinside 
        • First post
          Last post