Upgrade failed
#16351
Replies: 2 comments 13 replies
-
|
Beta Was this translation helpful? Give feedback.
13 replies
-
now work. reinstalled composer. thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning everyone!
I upgraded from v7.1.16 with the git pull and php upgrade.php commands
When I ran the php upgrade.php command I got this error:
--
BadMethodCallException
Method Illuminate\Routing\Route::breadcrumbs does not exist.
at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:112
108▕ */
109▕ public function __call($method, $parameters)
110▕ {
111▕ if (! static::hasMacro($method)) {
➜ 112▕ throw new BadMethodCallException(sprintf(
113▕ 'Method %s::%s does not exist.', static::class, $method
114▕ ));
115▕ }
116▕
1 routes/web/hardware.php:32
Illuminate\Routing\Route::__call()
+3 vendor frames
5 routes/web/hardware.php:22
Illuminate\Support\Facades\Facade::__callStatic()
Something went wrong with your backup. Aborting!
Now the site is offline and I don't know how to fix it.
I ask for your help, thank you.
Beta Was this translation helpful? Give feedback.
All reactions