Goto admin/config/regional/content-language and add "Publication Status" as translatable field
https://www.youtube.com/watch?v=Krlk9exZ0Rs
Press power button longer and add the bluetooth device in the windows bluetooth setup
To fix "export 'ɵɵinject' was not found in '@angular/core' warnings after compilation
Change in package.json
"@agm/core": "^1.0.0-beta.5",
to
"@agm/core": "1.0.0",
-
Press F1, select Remote-WSL: New Window for the default distro or Remote-WSL: New Window using Distro. https://code.visualstudio.com/docs/remote/wsl
-
Enable PHP-Debug extension if not done.
-
Disable xdebug profiler/strace, if apache2 cpu goes to 100% https://www.itwriting.com/blog/10213-setting-up-php-for-development-on-windows-services-for-linux-in-windows-10.html
Drush issue - ../vendor/bin/drush: Syntax error: end of file unexpected (expecting "then")
Checkout the changes if any in the repo. The issue is due to EOF between Ubuntu & Windows. We can use the below command to change the EOL
dos2unix vendor/bin/drush
To solve below error
- Devel cache clear
- chmod 777 -R web/sites/default/files
IMPORTANT NOTE FOR BUSINESS RULES "VARIABLES"
For users using Drupal 8.7.x version, the Dev version released on 27-Mar-2019 & the beta version 8.x-1.0-beta7 won't work well when using variables inside your actions.
Please do apply the patch #24 in this issue #3016888: Variables are broken and returning NULL values for Drupal 8.7.x Assigned to: yuriseki until the next beta release.