Hi there.

I am using D6.22 and the 6x-1.7 Schema.

Once I installed the Schema, I checked the data tables.

I started by the Status Report, where I found the following message:

Schema Database Inconsistent
The schema comparison report shows:
55 modules with matching tables
16 extra tables
8 warnings
7 module with mis-matching tables
The database schema comparison report Provides more details.

In comparison report, the following information of Warning:

pollfield_votes.field_name_delta is type int default 0 IS ITS PHP type string
pollfield_votes.weight is type int default 0 IS ITS PHP type string
icl_image_status.md5 is type varchar ITS default is 0 PHP type integer
content_type_enquetes.field_poll_question type is text and May Not Have the default value
content_type_enquetes.field_poll_choice type is text and May Not Have the default value
content_type_enquetes.field_poll_anonymous type is text and May Not Have the default value
content_type_enquetes.field_poll_poll_features type is text and May Not Have the default value
icl_image_status.strings type is text and May Not Have the default value

How to solve this issues?

Comments

salah1’s picture

Is it just warnings?
Is the site coming up ok? how about drush status report?
The most likely scenarios are that maybe you have custom content type/modules that the schema doesn't know/understand.

astutonet’s picture

Yes, these are just warnings.

The site is operating normally and no display of warnings in the pages of the site (the message appears only in the status report).

Actually, I have a custom content type on the site, created by the module "Pollfield", which I use to create custom forms and polls.

It seems to me that the module "Schema" is not able to interpret the data generated through the resources of the module "Pollfield." Is that it?

If the answer is yes, how can I configure the module "Schema" to not interpret this informations as warnings?

jcnventura’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Versions 6.x of the module are no longer supported.