質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,21 +45,21 @@
|
|
45
45
|
Generating autoload files
|
46
46
|
> Illuminate\Foundation\ComposerScripts::postUpdate
|
47
47
|
> php artisan optimize
|
48
|
-
PHP Notice: Undefined index: argv in /virtual/
|
48
|
+
PHP Notice: Undefined index: argv in /virtual/webuser/public_html/testsite/testapp/vendor/symfony/console/Input/ArgvInput.php on line 53
|
49
49
|
PHP Stack trace:
|
50
|
-
PHP 1. {main}() /virtual/
|
50
|
+
PHP 1. {main}() /virtual/webuser/public_html/testsite/testapp/artisan:0
|
51
|
-
PHP 2. Symfony\Component\Console\Input\ArgvInput->__construct() /virtual/
|
51
|
+
PHP 2. Symfony\Component\Console\Input\ArgvInput->__construct() /virtual/webuser/public_html/testsite/testapp/artisan:33
|
52
|
-
PHP Warning: array_shift() expects parameter 1 to be array, null given in /virtual/
|
52
|
+
PHP Warning: array_shift() expects parameter 1 to be array, null given in /virtual/webuser/public_html/testsite/testapp/vendor/symfony/console/Input/ArgvInput.php on line 57
|
53
53
|
PHP Stack trace:
|
54
|
-
PHP 1. {main}() /virtual/
|
54
|
+
PHP 1. {main}() /virtual/webuser/public_html/testsite/testapp/artisan:0
|
55
|
-
PHP 2. Symfony\Component\Console\Input\ArgvInput->__construct() /virtual/
|
55
|
+
PHP 2. Symfony\Component\Console\Input\ArgvInput->__construct() /virtual/webuser/public_html/testsite/testapp/artisan:33
|
56
|
-
PHP 3. array_shift() /virtual/
|
56
|
+
PHP 3. array_shift() /virtual/webuser/public_html/testsite/testapp/vendor/symfony/console/Input/ArgvInput.php:57
|
57
57
|
|
58
58
|
In ArgvInput.php line 300:
|
59
|
-
|
59
|
+
|
60
60
|
Invalid argument supplied for foreach()
|
61
|
-
|
62
61
|
|
62
|
+
|
63
63
|
Content-type: text/html; charset=UTF-8
|
64
64
|
|
65
65
|
Script php artisan optimize handling the post-update-cmd event returned with error code 1
|