You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing happens. The command produces no output and .env is not altered. This is the content of PHP71x64_errors.log
I refer to issue 3377. Accoring to the answer I tried several changes.
The php_mysql.dll warning is gone after adapting php.ini. However, I keep running into the no file found error:
'C:\inetpub\wwwroot\snipe-it\bootstrap/../vendor/autoload.php'
in all variations of forward and back slashes, depending on changing the value of require DIR."/../vendor/autolaod.php in line 17 of autoload.php. Shouldn't there be a 'vendor' directory in the snipe-it root in order for this to work?
Please confirm you have done the following before posting your bug report:
Expected Behavior (or desired behavior if a feature request)
according to https://snipe-it.readme.io/docs/generate-your-app-key the following command should generate a key and set the APP_KEY value in the .env file:
php artisan key:generate
Actual Behavior
Nothing happens. The command produces no output and .env is not altered. This is the content of PHP71x64_errors.log
I refer to issue 3377. Accoring to the answer I tried several changes.
The php_mysql.dll warning is gone after adapting php.ini. However, I keep running into the no file found error:
'C:\inetpub\wwwroot\snipe-it\bootstrap/../vendor/autoload.php'
in all variations of forward and back slashes, depending on changing the value of require DIR."/../vendor/autolaod.php in line 17 of autoload.php. Shouldn't there be a 'vendor' directory in the snipe-it root in order for this to work?
Please confirm you have done the following before posting your bug report:
Please provide answers to these questions before posting your bug report:
3.6.4
Windows Server 2012 R2 - IIS
Manual installation
app/storage/logs
and your webserver's logs.The text was updated successfully, but these errors were encountered: