Closed PCH-TanB closed 5 years ago
By following the professional suggestion from Zachary Seguin to inlcude modules, libraries, themes and profiles directories on steps 3 and 5, now the updating is done only with a failure of extra_fields updating: system module Update extra_fields • Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "image_immutable" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 52 of /sites/intra/htdocs/wxt-8.x-2.109/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
I don't suppose there is a way can see the db of this upgrade?
I've tried by installing the 2.109 update and then creating some content, then upgrading to 2.213 but couldn't reproduce issue.
That being said and vageuly remember this type of issue in the passed. Will check a few issues.
I encountered this issue and fixed using the following:
drush php-eval 'module_load_include('install', 'lightning_media'); print lightning_media_update_8017()'; drush cr;
@RabiaSajjad I followed your instructions to run your fix, but I got the following error: PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /sites/intra/htdocs/wxt-8.x-2.109/core/lib/Drupal/Core/DrupalKernel.php on line 495 Drush command terminated abnormally due to an unrecoverable error. [error] Error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /sites/intra/htdocs/wxt-8.x-2.109/core/lib/Drupal/Core/DrupalKernel.php, line 495 PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /sites/intra/htdocs/wxt-8.x-2.109/core/lib/Drupal/Core/DrupalKernel.php on line 495 Drush command terminated abnormally due to an unrecoverable error. [error] Error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /sites/intra/htdocs/wxt-8.x-2.109/core/lib/Drupal/Core/DrupalKernel.php, line 495
my PHP Version is 7.1.8
Try changing the outer-most quotes:
drush php-eval "module_load_include('install', 'lightning_media'); print lightning_media_update_8017()"; drush cr;
@RabiaSajjad I got the same error:
Hey am closing this out since has been a while, hopefully this issue was solved between one of the new releases. If is still a problem please file an issue over at drupal.org/project/wxt.
Unfortunately we would need clear replication steps, but happy to take a look.
I have an issue with updating Drupal WxT from 2.109 to 2.213 by following https://www.drupal.org/docs/8/update/update-core-manually as below: