Notification Module

I have implemented the new notifications module on my development server, and it is working perfectly. However, when I move to production, I get a SQL Server error stating that the table notification_inbox does not exist! The data structure is replicated in both environments.

Does anyone have any references on this?

Thank you very much.

First check you Database on the production server and make sure the table exists and has the same name as the development server database.

If exists I think you need to re-deploy the project and re-upload it to the server.

Thank you, Tarek_Ibraim, for your comment. The structures in production and development are identical. I will try redeploying the entire project and hope it works.

Good luck Bruthus and hope it works well