Guest User

Untitled

a guest
Feb 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ErrorException
  2. Trying to get property of non-object
  3. in LivroController.php (line 206)
  4.  
  5. if($aluno->StatusAluno == 1){
  6. //Se o aluno já tenha um livro, ele retorna a mensagem
  7. Session::flash('mensagemError','O aluno já tem um livro
  8. emprestado');
  9. return redirect()
  10. ->action('MainController@index');
  11. }else{
  12. //esta é a linha 206, este comentário não existe no código
  13.  
  14. //------------Fim da verificação do Aluno--------------
  15.  
  16. //------------Verificação do Livro --------------
  17.  
  18. if($l->is_disp == 0){ ...
Add Comment
Please, Sign In to add comment