Skip to main content
34
results
Andrew Fletcher
The development version of the app database is held on the staging site.  Note all development and testing will be completed on the staging site. Drupal 9 uses: HAL : Serializes entities using Hypertext Application Language. RESTful Web Services For testing purposes you can use either of the following Chrome extensions: Postman; DHC   Using Postman to perform a GET command for a node The get string is https:/{your-site.com}/node/<nid>?_format=hal_json, where the...
Andrew Fletcher
The user parameters provides details about a specific user based...
Andrew Fletcher
As a web developer, you will most likely need to run local copies of a bunch of...
Andrew Fletcher
Running Docker Dangerous word... I'm assuming that Docker is installed....
Andrew Fletcher
Running Docker and attempting to install a web proxy environment where I'm...
Andrew Fletcher
xdebug - failed to solve with frontend dockerfile.v0: failed to create LLB definition: dockerfile parse error line 45: unknown instruction: ZEND_EXTENSION=XDEBUG.SO   How I got here Running the following Docker command docker-compose upGenerated this output: Building php [+] Building 0.1s (2/2) FINISHED  => [internal] load build definition from Dockerfile                       0.0s  => => transferring...
Andrew Fletcher
Create and push to Docker Hub Creating your own custom image... you need to have...
Andrew Fletcher
Resetting Docker is basically following the start parameters.  All...
Andrew Fletcher
Setting up a new project in Docker and VS Code. Using Terminal, go to your...
Andrew Fletcher
Running Docker in a new process and creating a container.   Go to the...
Andrew Fletcher
If you are receiving the following 403 errors: "message": "The used authentication method is not allowed on this route." "message": "This route can only be accessed by anonymous users." Then keep reading for how to resolve them.   Attempting to log in to a Drupal site using REST API and I had to battle a few head winds along the way.  What is worse, they were self imposed!   Attempting to authenticate I was initially using the following to login in a user method: post url:...
Andrew Fletcher
Adding an image via RESTUI can be done in a snap... once you know how!  I...
Andrew Fletcher
The magically descriptive error 401 Forbidden "message": "Access...
Andrew Fletcher
If you are like me you probably have searched for clues to and found little......
Andrew Fletcher
I had an instance where I needed to move content from a plist to the server...