I need help asap
I don't know what I'm doing wrong here, My laptop can run it but my desktop weren't able to run it, does using different browser affect something?
7 Replies
this error is coming from your database, it's telling you that there is no table called "Students"
if you're using a different database make sure you've run your migrations, etc.
damn I should've checked :/
but edit and delete doesn't seem to work :/
you'll need to use the debugger and do some troubleshooting to identify the problem
that error is telling you that the value of
Find
is null
which would be the case if your id
is not the ID of an entity in the students tablewell it seems like it can't find the ID :/
both the delete and edit function
@Jimmacle
here's the code, got any ideas?
the ID is still in here :/
nvm I'm dumb