Any updates on this?
Thanks.
Please see
https://www.drupal.org/project/opigno_module/issues/3377470
🐛
Serialization error when try to upload files into 'File' type fields when create activities
Needs review
as it may be related.
I have been comparing my composer install with an opigno/cli Docker image.
The composer install did not create the following tables that are present in the Docker image.
cache_dynamic_page_cache
cache_group_permission
cache_page
cache_signal
cache_toolbar
cache_ultimate_cron_logger
user__user_picture
After some online searching I found this thread
https://www.drupal.org/project/opigno_lms/issues/3263598 →
after reading #22 and #24
I did the following command:
composer create-project opigno/opigno-composer:3.1.* . --no-install
edit composer.json to match this
------------------------
"require-dev": {
"drush/drush": "^10",
"mglaman/composer-drupal-lenient": "^1.0"
},
------------------------
and then the following command:
composer install --ignore-platform-req php
This has made all the tables and an install that appears to work.
Thuthuka → created an issue.
@mastrot #5
@balbeeryadav #8
Thank you for posting. Saved me a lot of time.
This works for me.
/web/modules/contrib/opigno_module/src/Form/OpignoActivityTypeForm.php
I just ran in to this "tag" The "tag" plugin does not exist.
error.
I my case the back up and restore did not copy over the cache folder
in "/core/modules/views/src/Plugin/views/cache".
I found this and it helped me.
https://www.drupal.org/project/drupal/issues/2651588 🐛 Drupal\Component\Plugin\Exception\PluginNotFoundException: The "tag" plugin does not exist. Fixed