Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

ISAICP-5635: Fix the update path on 'master'. #1862

Merged
merged 1 commit into from
Oct 23, 2019
Merged

Conversation

claudiu-cristea
Copy link
Contributor

No description provided.

@pfrenssen
Copy link
Contributor

This looks good and I replicated the error like this:

$ ./vendor/bin/phing rebuild-environment
...
My Drupal Project > rebuild-environment:


BUILD FINISHED

Total time: 26 minutes  43.07 seconds

[pieter@arch-desktop joinup-dev (ISAICP-5635 *$%=)]$ drush uublk joinup-admin
 [success] Unblocked user(s): joinup-admin
 [error]  Drupal\search_api\SearchApiException: Could not retrieve data definition for field 'Visit count' on index 'Published entities index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 441 of /home/pieter/v/joinup-dev/web/modules/contrib/search_api/src/Item/Field.php).
 [error]  Drupal\search_api\SearchApiException while trying to index items on Published entities index: Could not index items on index 'Published entities index' because pending server tasks could not be executed. in Drupal\search_api\Entity\Server->indexItems() (line 342 of /home/pieter/v/joinup-dev/web/modules/contrib/search_api/src/Entity/Server.php).

After applying the PR the error is gone:

[pieter@arch-desktop joinup-dev (ISAICP-5635 $%=)]$ drush uublk joinup-admin
 [success] Unblocked user(s): joinup-admin

@pfrenssen pfrenssen merged commit b4c6142 into master Oct 23, 2019
@pfrenssen pfrenssen deleted the ISAICP-5635 branch October 23, 2019 11:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants