Page 1 of 1

OpenCart 2.0.1.1 HTML Content Module

Posted: Thu Mar 26, 2015 7:36 am
by DBI
Hi,

Does anyone know where the actual content is stored when created with the HTML Content Module?

I've just upgraded from 2.0.0.0 to 2.0.1.1 and all of my layouts are now broken (layout items are all now Account) and all custom HTML Content modules are gone.

I have backups but I don't know where to look to get the missing content.

Thanks!

Re: OpenCart 2.0.1.1 HTML Content Module

Posted: Thu Mar 26, 2015 9:02 am
by fido-x
This one's rather awkward. Daniel changed the way modules work between 2.0.0.0 and 2.0.1.x.

The data for the HTML content for OC 2.0.0.0 is stored in the "setting" table, while the data for the HTML content module is stored in the "module" table in OC 2.0.1.x. This results in an incompatibility issue between the 2 versions.

Re: OpenCart 2.0.1.1 HTML Content Module

Posted: Thu Mar 26, 2015 9:28 am
by DBI
Got it, will check the settings table in the back, thank you for the info.