Common Issues


Here you can see a list of common issues and how you can solve them.

MS Windows issues a threat alert

It is possible that, when installing on Windows PC, it shows you a Windows Smart Screen alert. It is because Vemto doesn't have a Windows EV Code Certificate yet, but don't worry, it is completely secure. If you want, you could try it on a Virtual Machine before installing.

Composer, PHP, GIT or NPM not found

Please check the configuration docs to learn how to solve this type of issue.

Run::handleError("'Something' not found")

If you are receiving a message that something is not found after trying to run your project, probably it is due to a package added to your composer.json without running the composer update command.

If after running composer update the problem still occurs, please try removing the /vendor folder and the composer.lock file, then running composer install again.