Drupal – Ajax error 403 entity too large, how to fix
The issue, at least in my case was in the NGINX configurationUsually you have to modify the file:/etc/nginx/nginx.confYou have to add/modify this value:client_max_body_size 100M Usually […]
The issue, at least in my case was in the NGINX configurationUsually you have to modify the file:/etc/nginx/nginx.confYou have to add/modify this value:client_max_body_size 100M Usually […]
Dang… sometimes Drupal really makes you suffer…But I love it anyhow… poor Drupal, nobody likes it because nobody understands it, LOL. Ok, let’s get serious, […]
Did it ever happen to you?To have some really weird problems like: App crash after splash screen My app runs in debug mode but doesn’t […]
As I needed for my Godot 3.x addon I decided to test the different approaches that Godot offers to generate 3D meshes, so far (to […]
So, instead of continuing the series of articles “Drupal 8 theming with bootstrap 3” I decided to switch to articles specific to an aspect of […]
Well, I’m in the theming development again, and I want my customer to be wondered by special FX, in this case alternating text, something like […]
Hey! Welcome back! Glad you’re interested in my work. So, this is the second part of a series of articles (don’t know how many yet), […]
Preparation Even before starting developing I needed a plan, I wanted to use a subtheme (or child theme), as creating one from scratch requires much […]
Since I’ve being able to compile Godot from my laptop i’ve being testing it as I want to re-write the GodotMapLoader plugin for this version […]
The Map Loader addon for Godot 3.0 is almos ready!
I’ve been working really hard on this, so please have a look.