Hi,
Yes it is enabled.
Solved mailparse extension
-
Hi,
I am trying to install uvdesk. My system is windows php 7.4
I already installed PHP mailparse extension and enable it , but still can't see it and show me the error: PHP mailparse extension need to resolve. -
@Samar
Will you please check the Mailparser configuration in the info.php file. Is it enabled or not? -
Hi,
Yes it is enabled. -
@Samar said in mailparse extension:
install uvdesk.
you must compile PHP with mailparse support by using the --enable-mailparse configure option.
Windows users will enable php_mailparse.dll inside of php.ini in order to use these functions. Windows binaries (DLL files) for this PECL extension are available from the PECL website.
You can read Installation Of UVdesk
https://www.uvdesk.com/en/blog/installation-open-source-helpdesk-uvdesk/ -
@henrycruise
hi, please have look the the pictures.
-
Please restart your server after enabling mailparse extension in php.ini file.
Also check if you are enabling it for same php version which is currently enabled.
-
Thanks,
Finally, it works -
Also share what was the problem and how you solved it.
So that it will help to other people to easily set it up.