Solved RefreshMailboxCommand.php Undefined constant
-
Hi,
I'm getting this error when I try to refresh the mailbox: "Undefined constant Webkul\UVDesk\MailboxBundle\Console\CURLOPT_NOBODY" in RefreshMailboxCommand.php."
I also tried running c:c
My PHP version: 8.0.28
Uvdesk version: V-1.1.0 -
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
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
-
peopleinside