Close

error at installations

gnik
10 years ago
#5826 Quote
Avatar
  • 41
Hi. Please help to install the module

installation error:

Could not drop object 'SS_QT_Tab' because it is referenced by a FOREIGN KEY constraint.

Senks.
iliyan.tanev
10 years ago
#5834 Quote
Avatar
  • Moderator
  • 347
Hi GNIKSPAM,

Probably the problem is caused by left over tables in the database that reference the tab Id from the 'SS_QT_Tab' table.

I suppose you have upgraded from 3.2 to 3.3.
Have you run the upgrade script and did it finish withouth errors ?

If everything went ok, posible solution would be to go to your database and delete each table with 'SS_QT' prefix.

Let me know if this helps.

Regards
Regards,
Iliyan Tanev
Nop-Templates Dev Team
gnik
9 years ago
#5855 Quote
Avatar
  • 41
iliyan.tanev wrote:
Hi GNIKSPAM,

Probably the problem is caused by left over tables in the database that reference the tab Id from the 'SS_QT_Tab' table.

I suppose you have upgraded from 3.2 to 3.3.
Have you run the upgrade script and did it finish withouth errors ?

If everything went ok, posible solution would be to go to your database and delete each table with 'SS_QT' prefix.

Let me know if this helps.

Regards


works, senks