-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
There is an error in the configuration file "imap.php" #103
Comments
orukaz
added a commit
to orukaz/laravel-imap
that referenced
this issue
May 24, 2018
I fixed that error: Webklex#103 'fetch' => FT_UID, ----> 'fetch' => 'FT_UID',
Hi @orukaz , Please take a look at: Best regards |
It seems that something is wrong with my PHP imap extensions then. OK, thanks ;)
Raido
… On 24 May 2018, at 13:23, Webklex ***@***.***> wrote:
Hi @orukaz <https://github.com/orukaz> ,
this isn't a bug :)
Please take a look at:
http://php.net/manual/en/imap.constants.php <http://php.net/manual/en/imap.constants.php>
#14 <#14>
#37 <#37>
Best regards
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#103 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Af78rbuKK89pARF7ZbUCADSDNUCx6cZfks5t1ooggaJpZM4UL9TC>.
|
@orukaz Did you solve this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an error in the configuration file:
In imap.php line 92: Use of undefined constant FT_UID - assumed 'FT_UID'
Please fix laravel-imap/src/config/imap.php config file parameter:
ERROR:
'fetch' => FT_UID,
FIX:
'fetch' => 'FT_UID',
The text was updated successfully, but these errors were encountered: