- Issue created by @rokkay
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 12:29pm 4 October 2023 - First commit to issue fork.
- ๐ฎ๐ณIndia sumit-k
Added one commit to resolve error on installation of module.
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal10.beautytips_custom_tips' doesn't exist: SELECT * FROM "beautytips_custom_tips"; Array ( ) in beautytips_manager_get_custom_tips() (line 155 of modules/contrib/beautytips/beautytips_manager/beautytips_manager.module).
- Status changed to Needs work
9 months ago 8:15pm 4 March 2024 - ๐บ๐ธUnited States seanr
Still doesn't work because you're missing a composer.json.
- Status changed to Needs review
9 months ago 8:26pm 4 March 2024 - ๐บ๐ธUnited States seanr
That works now with the following:
$ composer require chx/drupal-issue-fork $ composer drupal-issue-fork https://git.drupalcode.org/issue/beautytips-3391609/-/tree/3391609-drupal-10-compatibility $ composer require 'drupal/beautytips'