Kirby 3 error page

Hello,

We’re following the instructions to upgrade from kirby 2 to kirby 3. We’ve done the first few steps down to changing the order number separator. Whenever we run http://yourdomain.com/upgrade.php with our local website that ends with .loc/upgrade.php we get an error page. We’re done some troubleshooting but keep running into different errors.

Thanks

What is your development environment?

What you could also try is call the upgrade method in a route (without bootstrapping Kirby in this case).

I think the problem is a server config issue, so that the URL is regarded as route in Kirby and therefore you get the error page.

We’re using Laravel Valet for our local environment.

Thanks, we used the route and it worked well.

Yep, using Valet myself and have the same problem and not yet found a way to make it work.