-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try/catch PredefinedPropertyLabelMismatchException #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mwjames This indeed catches the user facing issues with the mismatch, however "rebuildFulltextSearchTable.php" still fails:
Backtrace:
Best to just delete the tables and restart? |
```
Best to just delete the tables and restart?
Best leaves this for now. Please create a smw ticket with the
stacktrace and I'll respond with fix.
…On 9/24/18, Karsten Hoffmeyer ***@***.***> wrote:
@mwjames This indeed catches the user facing issues with the mismatch,
however "rebuildFulltextSearchTable.php" still fails:
```
[ac60fde656b2ac5f88ba566d] [no req]
SMW\Exception\PredefinedPropertyLabelMismatchException from line 94 of
/../w/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php:
There is no predefined property with "_RL_DEF".
```
## Backtrace:
```
#0
/../w/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php(488):
SMW\DIProperty->__construct(string, boolean)
#1
/../w/extensions/SemanticMediaWiki/src/SQLStore/QueryEngine/Fulltext/SearchTable.php(105):
SMW\DIProperty::newFromUserLabel(string)
#2
/../w/extensions/SemanticMediaWiki/src/SQLStore/QueryEngine/Fulltext/SearchTableRebuilder.php(291):
SMW\SQLStore\QueryEngine\Fulltext\SearchTable->isExemptedPropertyById(string)
#3
/../w/extensions/SemanticMediaWiki/src/SQLStore/QueryEngine/Fulltext/SearchTableRebuilder.php(266):
SMW\SQLStore\QueryEngine\Fulltext\SearchTableRebuilder->doRebuildFromRows(SMW\SQLStore\QueryEngine\Fulltext\SearchTable,
string, string, Wikimedia\Rdbms\ResultWrapper)
#4
/../w/extensions/SemanticMediaWiki/src/SQLStore/QueryEngine/Fulltext/SearchTableRebuilder.php(207):
SMW\SQLStore\QueryEngine\Fulltext\SearchTableRebuilder->doRebuildByPropertyTable(SMW\SQLStore\PropertyTableDefinition)
#5
/../w/extensions/SemanticMediaWiki/src/SQLStore/QueryEngine/Fulltext/SearchTableRebuilder.php(114):
SMW\SQLStore\QueryEngine\Fulltext\SearchTableRebuilder->doRebuild()
#6
/../w/extensions/SemanticMediaWiki/maintenance/rebuildFulltextSearchTable.php(107):
SMW\SQLStore\QueryEngine\Fulltext\SearchTableRebuilder->rebuild()
#7 /../w/maintenance/doMaintenance.php(94):
SMW\Maintenance\RebuildFulltextSearchTable->execute()
#8
/../w/extensions/SemanticMediaWiki/maintenance/rebuildFulltextSearchTable.php(177):
require_once(string)
#9 {main}
```
Best to just delete the tables and restart?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#25 (comment)
|
Ok and done with SemanticMediaWiki/SemanticMediaWiki#3482 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is made in reference to: SemanticMediaWiki/SemanticMediaWiki#3431 (comment)
This PR addresses or contains:
This PR includes: