-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Use of undefined constant FT_UID - assumed 'FT_UID' #14
Comments
After some more research it looks to come from the following line: change that line to 'fetch'=> 'PT_UID' returns in the next error:
|
Hi Robert, If not, please provide some code, so I can take a look at it :) Best regards, |
Hi, I'm not running any code yet. :) all i did was a fresh installation and add the service provider and the alias. Kind regards, Robert |
The laravel version im using is: Laravel Framework 5.4.33 So i added your package to the json file. those are the steps i followed |
Ah I see, well please do me a favor and create a little php file (e.g. imap_test.php) and place the following inside: If you get a similar error, I wont be able to fix it. If it works, I will take a closer look at it and try to release an update as soon as possible. |
Ill have a look once im back again! |
That just gives me a blank page :) |
2 hours later and a once again a new installation and now it works. :) |
enable the imap dll in the php.ini |
Can you explain how to do it? Facing same issue. |
Hi @ZiFFeL1992 , Best regards |
After reinstalling one more time seems to work, sorry... And thanks! |
Caused by a requirement for the php-imap module. Once enabled this constant becomes available and removes this error. |
I had the same issue and I resolve it by installing PHP IMAP extension : |
Hi there!
I just did a fresh installation of your package and encouterd the following error
Its comming from your package because it appears as soon as i add the package server provider. Im not doing anything with the package yet.
I hope this gives you some information.
Kinda regards,
Robert
The text was updated successfully, but these errors were encountered: