You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
his error message is indicating that the database is unable to find a table named "notice" in the "idbjobportal" database. It is possible that the table does not exist, or that the spelling or capitalization of the table name is incorrect.
Here are a few things you can try to resolve this issue:
Verify that the table name is spelled and capitalized correctly in your SQL statement.
Check the database to see if the table actually exists. If it does not, you may need to create it before you can query it.
If the table exists but you are still getting this error, it could be due to a lack of privileges. Make sure that you have the necessary permissions to access the table.
It is also possible that the table has been deleted or renamed. If this is the case, you will need to update your SQL statement to reflect the correct table name.
I hope this helps!
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'idbjobportal.notice' doesn't exist (SQL: select * from
notice
wherestatus
= 1)The text was updated successfully, but these errors were encountered: