We have a schema naming like drupal-3.0-beta19. If you are using an external index with a totally different naming schema, the check version_compare($stats_summary['@schema_version'], 'drupal-3.0-beta3', '<=') will often fail and print an error in the admin interface.

We should check that the schema name matches the expected pattern before applying this check.

CommentFileSizeAuthor
#1 1787370-1.patch1.22 KBpwolanin

Comments

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new1.22 KB
pwolanin’s picture

Status: Needs review » Fixed

committed to 7.x-1.x and 6.x-3.x

nick_vh’s picture

Status: Fixed » Closed (fixed)