Skip to main content
Main navigation
Home
Video courses
2
Books
1
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.
How to fix Placeholders must have a trailing [] if they are to be expanded with an array of values
Drupal
How to fix In BootstrapHook.php line 36: Bootstrap failed. Run your command with -vvv for more information
Drupal
Composer
How to fix TypeError: array_intersect_key(): Argument #1 ($array) must be of type array, string given in array_intersect_key() (line 293 of core/lib/Drupal/Core/Render/Renderer.php).
Drupal
How to fix Call to deprecated function render() in Drupal 9
Drupal
How to fix Call to deprecated function file_create_url() in Drupal 9 &10
Drupal
How to fix Call to deprecated function file_save_data()
Drupal
How to fix Failed to create style directory: public://styles/ in Lando (Windows)
Lando
How to fix unable to uninstall the MySQL module in Drupal 9.4
Drupal
How to fix - drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension. in windows
Drupal
PHP
How to fix SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool
Python
How to fix Error: Call to undefined method Drupal\Core\File\FileSystem::uriScheme()
Drupal
How to fix postcss Module Error (from ./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js): Can't resolve .woff
Angular
CSS
How to fix <module> from rich.console import Console ModuleNotFoundError: No module named 'rich'
Python
How to fix Uncaught ReferenceError: htmlLegendPlugin is not defined
Javascript
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
Pagination
Page 1
Next page
››