October 15, 2015

Magento - 1050 Table 'adminnotification_inbox' already exists.




Oho, I already face this type of bug in past,

Here I post solution of this bug: Please check in you database


Drop Table if exists 'adminnotification_inbox'

When you drop this table then magento again create this default new table,

Enjoy!

2 comments:

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...