php - Laravel 4 ERROR 500 After fresh install on LAMP -


this first time behind ubuntu: followed tutorial install apache, php, sql , phpmyadmin. http://www.howtoforge.com/ubuntu_lamp_for_newbies

i got no errors , working smooth. downloaded composer.phar , laravel ran php composer.phar install , php composer.phar update. no errors here either changed apache config have directoryroot @ var/www/public.

and enabled rewrite mod: sudo a2enmod rewrite

standard installation procedure visiting localhost gives 0 php error messages shows: whoops, looks went wrong.

apache error logs show nothing, access log shows 500 error. missing went on entire procedure 3 times.

i solved problem.

1) open terminal
2) navigate laravel root folder cd var/www
3) execute sudo chmod -r 777 *

this solved problem careful this. make sure permissions set when move local live.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -