πŸ‡¬πŸ‡§United Kingdom @Thuthuka

Account created on 29 August 2017, almost 7 years ago
#

Recent comments

πŸ‡¬πŸ‡§United Kingdom Thuthuka

Any updates on this?
Thanks.

πŸ‡¬πŸ‡§United Kingdom Thuthuka

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.

πŸ‡¬πŸ‡§United Kingdom Thuthuka

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.

πŸ‡¬πŸ‡§United Kingdom Thuthuka

@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

πŸ‡¬πŸ‡§United Kingdom Thuthuka

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

Production build 0.69.0 2024