Skip to main content
162
results
Andrew Fletcher
Import a database lando db-import doj.sqlEnter the MySQL database lando mysql -h database This action will change the prompt as you are now in mysql.  The prompt will start with mysql>Now change to the database that you want to use use doj;If you want to know what databases exist, then run show databases;Response +--------------------+ | Database | +--------------------+ | information_schema | | doj | | mysql | | performance_schema | | sys ...
Andrew Fletcher
This article works through the steps to update dependencies in package.json...
Andrew Fletcher
Explain public, private, protected functions and variables inside a class in...
Andrew Fletcher
Assuming there is a new field requiring a change on a content type. How do you...
Andrew Fletcher
Replicate Replicate the bug in your local environment. Check Check - do you have...
Andrew Fletcher
2 or 3 approaches to build a homepage or landing page through Drupal Please include any limitations & considerations of each approach Building a homepage a few options to consider and should against a business case:   1. Article An article – create a new node (assuming a least one content type exists), then using Basic Site Settings (admin > config > system), scroll down to Front Page and enter the node.nid value or alias. Pros: Fast to apply Cons: Limited to only having one...
Andrew Fletcher
Drupal cache is one of the major subsystems that deliver Drupal's flexibility...
Andrew Fletcher
Android Studio error Installation did not succeed. The application could not be...
Andrew Fletcher
Android Studio error error: package android.support.v4.content does not...
Andrew Fletcher
Android Studio build errors Build failed error: cannot find symbol if...
Andrew Fletcher
Initialise your Capacitor config​ To initialise Capacitor use the CLI questionnaire: npx cap initOn executing the above command, you will be prompted to answer a few questions for your app such as your app's name and the package ID. [?] What is the name of your app? This should be a human-friendly app name, like what you'd see in the App Store. ✔ Name … {App name} [?] What should be the Package ID for your app? Package IDs (aka Bundle ID in iOS and Application ID in Android) are...
Andrew Fletcher
Run the NPX commands to update the app npm run build && npx cap syncRun...
Andrew Fletcher
Approaches to resolving “Module not specified” Error in Android Studio When...
Andrew Fletcher
Working in Android Studio when attempting to run a project I had the following...
Andrew Fletcher
It appears that the plugin or file path is not working how it used to be on...