Skip to main content
Main navigation
Home
Video courses
1
Books
Code
Errors solved
About me
Newsletter
Errors solved
Breadcrumb
Home
Errors solved
On this page you can find some of the errors I encountered, and how I solved them.
ERROR: the "PHPCompatibility" coding standard is not installed
PHP
How to fix Angular: No value accessor for form control with unspecified name attribute
Angular
Ionic
How to fix Uncaught (in promise): Error: Angular JIT compilation failed: '@angular/compiler' not loaded!
Angular
Problem installing Linkit module fix
Drupal
How to fix Function 'drupal_get_path' is deprecated
Drupal
Drupal theming
How to fix SyntaxError: Invalid regular expression: /(\p{Uppercase_Letter}+|\p{Lowercase_Letter}|\d)(\p{Uppercase_Letter}+)/: Invalid escape
Webpack
How to fix: missing script: webpack
Webpack
How to fix Uncaught SyntaxError: Cannot use import statement outside a module
Bootstrap
Javascript
How to fix Error: File not found with singular globpopperjs/core/dist/umd/popper.min.js (if this was purposeful, use `allowEmpty` option)
Gulp
Bootstrap
How to fix gulp-sass no longer has a default Sass compiler; please set one yourself. Both the "sass" and "node-sass" packages are permitted. For example, in your gulpfile
Gulp
How to fix error node-sass@7.0.1 postinstall: `node scripts/build.js
Webpack
How to fix - symfony/string v6.0.8 requires php >=8.0.2 -> your php version (7.4; overridden via config.platform, actual: 7.4.13) does not satisfy that requirement.
Drupal
Composer
Drupal\Core\How to fix Extension\InfoParserException: Missing required key ("base theme")
Drupal
How to fix error TS7053 No index signature with a parameter of type 'number' was found on type x
TypeScript
How to fix error TS2339: Property 'filter' does not exist on type 'UserPreference | UserPreference[]'.
TypeScript
Failed to connect to your database server. The server reports the following message: SQLSTATE[HY000] [2002] No such file or directory.
Lando
How to fix TS2588: Cannot assign to x because it is a constant.
TypeScript
Angular
core.js:5980 ERROR Error: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays.
Angular
How to fix core.js:9847 NG0303: Can't bind to 'ngForIn' since it isn't a known property of 'x'.
Angular
How to fix error TS2345: Argument of type 'void' is not assignable to parameter of type 'TimerHandler'.
TypeScript
How to fix ERROR TS2339 TypeError: event.target.includes is not a function
TypeScript
How to fix TSLint: expected call-signature: 'toggleText' to have a typedef(typedef)
TypeScript
How to fix error TS2339: Property 'detail' does not exist on type 'Event'.
Ionic
TypeScript
How to fix error TS2345: Argument of type 'Event' is not assignable to parameter of type 'Cus tomEvent<ItemReorderEventDetail>'.
TypeScript
Ionic
TSLint: Type string trivially inferred from a string literal, remove type annotation(no-inferrable-types)
TypeScript
Error: Uncaught (in promise): overlay does not exist (ionic toast)
Ionic
Angular
error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
TypeScript
[solved] error NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.
Ionic
Angular
How to fix Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'push') in TypeScript
TypeScript
How to fix error TS2339: Property 'version' does not exist on type 'never'.
TypeScript
How to fix error TS2322: Type 'boolean' is not assignable to type 'Promise< void>'.
TypeScript
How to fix Property 'ngOnInit' is missing in type 'BookDownloadModalComponent' but required in type 'OnInit'.
TypeScript
Angular
How to fix error TS2554: Expected 2 arguments, but got 1.
TypeScript
How to fix error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
TypeScript
How to fix TSLint: Expected property shorthand in object literal ('{type}').(object-literal-shorthand)
TypeScript
How to fix ion-x is not a known element inside a ModalController
Angular
Ionic
How to fix Error: Call to undefined method Drupal\file\Entity\File::url()
Drupal
How to fix Error: Call to undefined method Drupal\taxonomy\Entity\Term::getVocabularyId()
Drupal
How to solve: Can't bind to 'ngForIn' since it isn't a known property of 'div'
Angular
Error: Call to undefined function entity_get_display()
Drupal
How to fix Symfony\Component\Routing\Exception\RouteNotFoundException: Route "" does not exist.
Drupal
Failed to find entity of type in route in Drupal\Core\Entity\Enhancer\EntityRouteEnhancer->enhanceEntityView()
Drupal
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "linkit" plugin does not exist. Valid plugin IDs for Drupal\filter\FilterPluginManager are
Drupal
Warning assert cannot load "node" entity with NULL ID
Drupal
Call to undefined method Drupal\file\Entity\File::url()
Drupal
You have requested a non-existent service "path.alias_manager"
Drupal
Solving the "An invalid form control with name ... is not focusable." error in drupal
Drupal
must be an instance of Symfony\Component\HttpKernel\Event\ResponseEvent, instance of Symfony\Component\HttpKernel\Event\RequestEvent given
Drupal
Fix Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0
Drupal
$entity = \Drupal::entityTypeManager()->getTranslationFromContext($entity);
Drupal
Pagination
Page 1
Next page
››