php - Getting an error message when putting Laravel test project online -


i getting message when attempt put site online

unhandled exception  message:  error rendering view: [home.index]  trying property of non-object location:  /home/bluelynx/public_html/storage/views/4f62cf9f53fafa06c72f532abef2ee2b on line 161 stack trace:  #0 /home/bluelynx/public_html/laravel/laravel.php(42): laravel\error::native(8, 'trying p...', '/home/bluelynx/...', 161) #1 /home/bluelynx/public_html/laravel/view.php(386) : eval()'d code(161): laravel\{closure}(8, 'trying p...', '/home/bluelynx/...', 161, array) #2 /home/bluelynx/public_html/laravel/view.php(386): eval() #3 /home/bluelynx/public_html/laravel/blade.php(71): laravel\view->get() #4 [internal function]: laravel\{closure}(object(laravel\view)) #5 /home/bluelynx/public_html/laravel/event.php(199): call_user_func_array(object(closure), array) #6 /home/bluelynx/public_html/laravel/event.php(138): laravel\event::fire('laravel.view.en...', array, true) #7 /home/bluelynx/public_html/laravel/view.php(348): laravel\event::until('laravel.view.en...', array) #8 /home/bluelynx/public_html/laravel/view.php(590): laravel\view->render() #9 /home/bluelynx/public_html/laravel/response.php(268): laravel\view->__tostring() #10 /home/bluelynx/public_html/laravel/laravel.php(180): laravel\response->render() #11 /home/bluelynx/public_html/public/index.php(34): require('/home/bluelynx/...') #12 {main} 

this make sure can live before continuing using framework. ideas?

had blade db connections inside forgot comment out


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -