- Issue created by @freelylw
- 🇮🇳India shiv_yadav
Hello freelylw, i have install & uninstall both process using drush command. i have not got any error.
my system configuration: drupal-9.5.10
php - 8.1.2* Attached screenshot for command as well.
- 🇮🇳India dineshkumarbollu
Hi freelylw
I am able to uninstall the module successfully in my system having drupal 9.5.2 version.
- 🇮🇳India dineshkumarbollu
The error message is accessCheck() is not defined, It happening when module uses any EntityQuery's in code especially in Drupal 10 version, but module is compatible for drupal 9 only can you check drupal version once.Thanks
- Status changed to Needs review
about 1 year ago 10:39am 6 September 2023 - last update
about 1 year ago 7 pass - 🇮🇳India dineshkumarbollu
In D10 i am unable to uninstall the module-Adobe Edge Fonts, providing patch please review.
Thanks
- Status changed to RTBC
about 1 year ago 6:07pm 7 September 2023 -
dineshkumarbollu →
authored c9e929c2 on 8.x-3.x
Issue #3385556 by dineshkumarbollu, shiv_yadav, freelylw, hmendes: The...
-
dineshkumarbollu →
authored c9e929c2 on 8.x-3.x
- Status changed to Fixed
about 1 year ago 6:10pm 7 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Hi,
the same issue here at modules version 4.0.0 and Drupal 10.1.
Error after uninstalling local fonts at:
/admin/appearance/font/local_font_config_entity
Error: Call to a member function id() on false in Drupal\local_fonts\LocalFontConfigEntityListBuilder->buildRow() (line 39 of modules/contrib/fontyourface/modules/local_fonts/src/LocalFontConfigEntityListBuilder.php).
AND Error:
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
when trying to uninstall @fontyourface - Local Fonts
The provided patch from above is already implemented in the .module file.
can somebody help?