Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

That sounds like the problem isn't Artisan but a problem with your project. Artisan loads your project on the command line, if there's an error anywhere in your project then it will fail. Routes, controllers, models, problems there can cause this sort of behaviour. Does your project work via the web?

Last updated 1 year ago.
0

Check the logs (/app/storage/logs) or turn debug on in /app/config/app.php to see if you can get anything more helpful

Last updated 1 year ago.
0

Maybe your mcrpyt installation has gone faulty? Check your modules with php -m and try re installing mcrypt. Happened to me once.

Last updated 1 year ago.
0

Hi guys, thanks for your replies.

Yeah, I checked the mcrypt extension – no problems there. Also the logs (which where empty). Everything was really weird.

However, somehow it managed to work out with upgrading Laravel (I was on the 4.0.* branch) and work through the 4.0 > 4.1 guide.

Took me quite some while, and it is rather disturbing to not know what caused it in the first place =/

Last updated 1 year ago.
0

I got this error when uploading to shared hosting. So I installed laravel again there using "softlinks" in cPanel. And replace, routes, controller and model. Now It is working fine.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

olssonm olssonm Joined 15 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.