Форумы / Cotonti / Support / Comments for Guests

error

pieter
#11132 06.04.2009 15:30
Thanks,

I was digging around a bit in the database and I found that

`page_comcount` mediumint(8) unsigned default '0'
was in cotonti database from my fresh installed site
BUT NOT on my migrated site (So this table is not made with the migration)

I have put it into my database and problem solved.
alter table 'sed_pages' add column `page_comcount` mediumint(8) unsigned default '0';
... can we help you ...