简体   繁体   中英

HTTP Error 500.0 - Internal Server Error laravel 5.2 on asp.net server

I am uploading my project laravel 5.2 in asp.net hosting, it's work .. but if I refresh the web page I have this error

HTTP Error 500.0 - Internal Server Error
c:\\php55\\php-cgi.exe - The FastCGI process exited unexpectedly**

But if I refresh again it's work, also if I use laravel version 4.2 it's work well without this error.

My project link : http://lapchecks-001-site1.ftempurl.com/blog/public/

That happen in laravel 5.2 project and not 4.2 projects because the new version use php version 5.5 and since you're using php 5.5 ( c:\\php55.. ) Visual c++ redistributable for visual studio 2012 is required for it so make sure that the VC++11 runtime is well installed and the problem will disappear.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM