uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.53k stars 459 forks source link

Error : Mailbox-refresh command not execute on CentOS 7 #160

Closed vaishaliwebkul closed 5 years ago

vaishaliwebkul commented 5 years ago

Environment Setup Php version : 7.0 OS: CentOS 7 Server: Apache

Imap and Mailparse extension has been successfully enabled and reflected on info.php

Issue

Running command from project directory root folder -

php bin/console uvdesk:refresh mailbox demo@example.com

Error thrown : Screenshot68

shubhwebkul commented 5 years ago

Hi Vaishali,

Maybe your IMAP extension is not enabled in CLI mode. You could check your enabled extensions either by running command php -ini or by System Requirements step in web installer of uvdesk (must be in development mode)

Web installer checks all the extensions depending upon how you are running helpdesk-project. in development mode, it'll check enabled extensions for CLI mode and in production mode, it'll check enabled extensions for the server.

vaishaliwebkul commented 5 years ago

Yes, Imap need to be enabled in CLI mode, finally, this issue has been resolved.