Hi,
Any time my plug-in attempts to insert duplicate values into the database MyBB gives out an error.
I have the insert statement inside a try catch but instead of running the catch MyBB just stops everything and throws out the error.
Does anyone know how I can make it run the catch and continue on without stopping the user?
Thanks
Any time my plug-in attempts to insert duplicate values into the database MyBB gives out an error.
I have the insert statement inside a try catch but instead of running the catch MyBB just stops everything and throws out the error.
Does anyone know how I can make it run the catch and continue on without stopping the user?
Thanks