Closed badrshs closed 6 years ago
???? this is not related to the problem at all 😆 @wanteed-lh
the issue related to the database not to the image folder 😃
check if you have database call laraflat and in this database have table call post
I solved the problem .
as I told you in another issue (permission ) you have to give permission to database folder but in fact you have to give the permission to all the folder inside database like migration
what happen is you use file_put_contents , and because permission issue , there is no migration file => and then there is no table in database . the thing is, I didnt get any permission error .
after given the right permission to migration folder the problem is solved.
good luck
I have used Laraflat Commands to create post section with
title ( required ) body( required ) image (required and as an image )
then from translate i finished all translation steps ,
now if i click on post then Datatable will alert an error and the error is what is showing in the image
here