System Integrity Scripts

We have just migrated one of our many sites to a single installation of Matrix. As part of the post migration we are running the sytem integrity scripts to sort out the internal linking.


we have run them in the followig order


  • system_integrity_internal_links
    [*]system_integrity_check_links
    [*]system_integrity_content_links
The first two scripts run with no problemsbut when we run the final script we encounter the following

Mysource Error
[ASSERT EXCEPTION] In order to link to a dependant it must also be a significant link (LINE 2543 IN [SYSTEM ROOT]/core/include/asset_manager.inc)

The error is on a content div. The script then dies at this point. The linking for the content div looks to be correct. I recieve the same error when trying to commit changes to the page from the backend.

Any Clues?