Posts by Aldemir Gomes • 11 points
2 posts
-
1
votes3
answers11090
viewsA: SQLSTATE[42S02]: Base table or view not found: 1146 Table
He had the same problem and solved! class Annotation extends Model { protected $table = "annotation"; protected $fillable = ['titulo','message']; } Thank you!…
-
0
votes3
answers852
viewsA: Cache.properties, file not found
I was able to solve the problem like this: I copied the file 'cache.properties' from any other folder, pasted it in the folder that indicated the error, went to file, then Sync project with Gradle…