Skip to content
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

Error during installation on php artisan key:generate step #30

Closed
mihha opened this issue Aug 23, 2018 · 2 comments
Closed

Error during installation on php artisan key:generate step #30

mihha opened this issue Aug 23, 2018 · 2 comments

Comments

@mihha
Copy link

mihha commented Aug 23, 2018

Hi,

I have followed the official installation guide but during the step where I should generate application key in the .env file, I get the following error

php artisan key:generate

In imap.php line 105:

  Use of undefined constant FT_UID - assumed 'FT_UID' (this will throw an Error in a future version of PHP)

I am stuck at this point and can't go any futher

I am using PHP 7.2.9 on my server for this installation

@mihha mihha changed the title Error during installation Error during installation on php artisan key:generate step Aug 23, 2018
@freescout-helpdesk
Copy link
Contributor

freescout-helpdesk commented Aug 23, 2018

Please make sure that you have IMAP extension enabled in your PHP.

To install the extension:
sudo apt-get install php7.2-imap

Also make sure that extension is enabled in console version by running: php -m

@mihha
Copy link
Author

mihha commented Aug 23, 2018

Hi,

thank you for such a fast reply and straight to the point solution.

I apologise for being stupid because I couldn't realise that I am missing IMAP PHP extension

It works now :-)

@ghost ghost mentioned this issue Apr 15, 2021
@codezz codezz mentioned this issue Jan 30, 2022
@ghost ghost mentioned this issue Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants