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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1787370-1.patch | 1.22 KB | pwolanin |
Comments
Comment #1
pwolanin commentedComment #2
pwolanin commentedcommitted to 7.x-1.x and 6.x-3.x
Comment #3
nick_vh