niceandserious / crafty-vagrant

A boilerplate dev environment for jump-starting Craft CMS projects
MIT License
57 stars 13 forks source link

The requested URL /admin/install was not found on this server #40

Open mtmchad opened 5 years ago

mtmchad commented 5 years ago

In the past, crafty-vagrant has always worked well for me. But now something goes wrong when I try to use it (after several attempts). Whenever I go to craft.local/admin/install, I get a "The requested URL /admin/install was not found on this server." 404 error message. Since I have used it a lot of times in the past, I'm sure there is no step I could have missed in the process, ... the only thing that has changed since my last installation was the update to MacOS Mojave, anyone has a clue if I need to change something related to that?

I work with:

MacOS Mojave Vagrant 2.2.1 Virtualbox 5.2.20

Also I have tried recent updates from Vagrant and Virtualbox, makes no difference.

clarknelson commented 5 years ago

check nginx config also, I believe when the requests are routed away from index.php the script location will be messed up. You might want to track down the normal support lines also :) I am not an expert

mtmchad commented 5 years ago

Alright, i‘ll check that in the evening. Yesterday i gave the old crafty setup a go with craft2 - strange thing is: that one worked. So something is messend up in my setup related only with the latest crafty-vagrant setup from the time craft3 came out and niceandserious updated to .local instead of .dev ... my hosts file was updated of course. Thx

marcellegane commented 5 years ago

The install task was downloading the latest version of Craft (version 3) which is not compatible with the project currently. I've updated the repo to download the latest build of Craft 2. So it should work correctly now.