-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ErrorException] Use of undefined constant FT_UID - assumed 'FT_UID' #30
Comments
i had this before , the doc says , put in the imap.php , not config.php. then everything should work |
Thanks for your reply, So, based on your README.md I want to add the |
I had this error when my hadn't installed php IMAP module in my xammp. |
Now working perfect and fast in my online server. Thanks @Webklex for your contribution. I have a query, Now I can list and view my inbox in my Dashboard. But I also want to compose mail from dashboard. So what I want to use for compose mail ? For compose mail If I use Laravel default SMTP mail option, Is that mail will save automatically in my online mail server(send items folder) ? |
@Reegan01 yes you are right, for sending mail you should consider to use the "native" laravel Mail class. They have a well documentation: https://laravel.com/docs/5.5/mail |
I've been struggling with this error for the past 3 hours. I un-installed and re-installed a number of times. Turns out all I had to do is "valet restart" after following the instructions on here. |
@AndreVME you must add the |
I solved this by installing php-imap module and uncommenting php_imap.dll in php.ini |
I had the same issue and I resolve it by installing PHP IMAP extension : |
@aminefilali1 Thank you. I installed it on development and forgot to in production |
php.ini must include the IMAP extension |
I'm sorry if I "re-open" a closed issue, I think this is relevent here. I'm a archlinux user and my distro just stoped supporting php-imap for security resons and I know that when arch does something usually after several month, other distro do kinda the same. So I was wondering... is there an alternative to make this work ? I don't really know the project too much I'm just looking on the internet for a solution since about an hour and kinda figured this out, I hope this is kinda the right place to go. I'm just trying to install freescout tho. |
Hi @tonitch , Best regards, |
I am trying to install freescout to test and using rockylinux9, so there is no php-imap pkg anymore. The workaround is not clearly documented. Is there any clear documentation I can follow ? |
I am trying to install freescout to test and using rockylinux9, so there is no php-imap pkg anymore.
Have you tried installing it with PECL ?
https://www.php.net/manual/en/imap.installation.php
The workaround is not clearly documented.
php 8.4 dropped 4 days ago, I don't think this is uncommon for
documentation to be a bit behind at this point ^^
Is there any clear documentation I can follow ?
This depend on your linux install, here is the generic php
documentation: https://www.php.net/manual/en/install.pecl.php
cheers,
tonitch
|
Thank you for the quick response. I have dropped the idea of using imap as it is better for users to just raise ticket from a single point.
Regards, |
Yes you should create a new issue, technically this issue is already
necroposting.
…On Mon, 25 Nov 2024, 22:08 spikerguy, ***@***.***> wrote:
I am trying to install freescout to test and using rockylinux9, so there
is no php-imap pkg anymore.
Have you tried installing it with PECL ?
https://www.php.net/manual/en/imap.installation.php
The workaround is not clearly documented.
php 8.4 dropped 4 days ago, I don't think this is uncommon for
documentation to be a bit behind at this point ^^
Is there any clear documentation I can follow ?
This depend on your linux install, here is the generic php documentation:
https://www.php.net/manual/en/install.pecl.php cheers, tonitch
Thank you for the quick response.
I have dropped the idea of using imap as it is better for users to just
raise ticket from a single point.
Though I am stuck with another issue where the system does not send out
email when agent reply to the ticket. Should I raise a separate issue here
or is there any documentation for the same ?
Regards,
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGIN2VDHWE4QZUPRHDARBZ32COGWXAVCNFSM6AAAAABSOSXJECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJZGAZTONZXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
I got this error
[ErrorException] Use of undefined constant FT_UID - assumed 'FT_UID'
when I add your provider and alias intoconfig\app.php
inside the arrays ofproviders
andaliases
. Your document also wrongly indicate to add the provider and alias insideconfig/imap.php
please check the document and change toconfig/app.php
Thanks for your contribution to the open source world.
The text was updated successfully, but these errors were encountered: