Force Advagg files regeneration In some cases, for example after a deploy, you need to ensure that the files generated by advagg are completly… Continue reading “Force Advagg files regeneration”…
Clear Varnish Cache from Drush I you have a Drupal site and you are using the Varnish integration in your Drupal you can take advantage… Continue reading “Clear Varnish Cache from Drush”…
Invalidate all the memcache data without restart the service You can invalidate all existing cache items using the flush_all command. This command does not pause the server, as it… Continue reading “Invalidate all the memcache data without restart the service”…
Git : Reset a Branch to the last thing in the remote repository There are sometimes were we have a remote brach in our local that we haven’t been used for a while,… Continue reading “Git : Reset a Branch to the last thing in the remote repository”…
Drupal Modules: renaming upload file names and path with ‘File (Field) Paths’ module A common problem when you implement file uploads is to set a proper name for the files in order to… Continue reading “Drupal Modules: renaming upload file names and path with ‘File (Field) Paths’ module”…
Vagrant : drupal7-memcache recipe not found After the upgrade that we did in our chef server the recipe drupal7-memcache is bringing some issues when you try… Continue reading “Vagrant : drupal7-memcache recipe not found”…
Highcharts: higlighting the X axis on plot bands Currently we are using highcharts.js for a client for whom we built monitor dashboards. One of the requirements was to… Continue reading “Highcharts: higlighting the X axis on plot bands”…
Vagrant on The Capitan “Too many open files – getcwd (Errno::EMFILE)” If you are using vagrant in OSX, with The Capitan, you might experience an issue related with Too many open… Continue reading “Vagrant on The Capitan “Too many open files – getcwd (Errno::EMFILE)””…
Emojis in Drupal 7 Nowadays emojis are everywhere and they are a fundamental part of the social communication. Twits, instagram pictures and others kinds… Continue reading “Emojis in Drupal 7”…
Redis + Laravel: Storing and retrieving objects Is well know the usage of Redis as Cache. Several developers use it as a modern alternative to Memcached but… Continue reading “Redis + Laravel: Storing and retrieving objects”…
Thumbnails in Laravel Currently I received a requirement to create a thumbnail of images, the idea was to use the uri of the… Continue reading “Thumbnails in Laravel”…
Issue with Facebook social plugins, not working for logged out users I recently bumped into an issue with a Facebook social plugin not working properly for logged out Facebook users. The… Continue reading “Issue with Facebook social plugins, not working for logged out users”…