Database Issues
Situation The client wants to restore the database(if table deleted accidentally etc)/Database is messed up(Executed wrong Query etc). Reasons Generally, this is the following reason that causes this error : Someone executed an update without a WHERE clause. Someone accidentally dropped a table(Deleted). Client attempted database upgrade failed and left the database in an unknown state Communication to Client Tell the client that this error is caFew readersMemory Size Issue
Situation Reasons Web servers are just like any other computer. They need memory to efficiently run multiple applications at the same time. Server administrators allocate specific memory size to different applications including PHP. When WordPress code requires more memory than the default allocated memory, the client sees this error. Communication to Client Tell the client that we can fiFew readers