I was getting a 404 for the http-01 challenge used by certbot to verify the domain and renew the ssl certificate. I had an nginx server with… Read more “Certbot issue – 404 on Letsencrypt certificate renewal for http-01 challenge”
D8 – To redirect a node to same page itself after save
In module file of your folder, add The above method will perform the redirect even for API updates also, therefore it is better to add it in… Read more “D8 – To redirect a node to same page itself after save”
Access denied for user anonymous – in Services API calls in Drupal 7
I had given the X-CSRF-Token and session_name=session_id cookie in Headers, even then I was getting the user is anonymous error I checked the authentication settings in Resources… Read more “Access denied for user anonymous – in Services API calls in Drupal 7”
406 Unacceptable Request Format error during login in Services API of Drupal 7
I had totally forgotten how I logged into site using API in Drupal 7. I tried it the normal way, by giving the username and password in… Read more “406 Unacceptable Request Format error during login in Services API of Drupal 7”
How to install phpcs with drupal coding standards in Ubuntu 18.04
My system has fish shell installed with Ubuntu 18.04. It is a nice shell, better looking than bash, i have the installation instruction for Ubuntu in https://gist.github.com/zuhairkareem/a6925eb852a5f7871863095e59cacf43#make-the-command-line-cool-with-fish–bobfish-theme .… Read more “How to install phpcs with drupal coding standards in Ubuntu 18.04”
How to subtheme Bootstrap using SASS starterkit and compass.
The boostrap theme we download from drupal.org (https://www.drupal.org/project/bootstrap) has starterkit folder to help us subtheme it. There are three folders which are SASS, LESS and CDN. We… Read more “How to subtheme Bootstrap using SASS starterkit and compass.”
No 404 error on incorrect path in drupal_add_css
There will be no 404 error in browsers if you add incorrect path in drupal_add_css. Took me sometime figuring this out.
Floating point exception (8) in error log and Empty response while setting up Drupal 7 site.
[core:notice] [pid 15284] AH00051: child pid 15288 exit signal Floating point exception (8), possible coredump in /etc/apache2 error There was only ERR_EMPTY_RESPONSE at the front end and… Read more “Floating point exception (8) in error log and Empty response while setting up Drupal 7 site.”
Aggregation not disabled even after it is set to no in Views UI in drupal 7
I had this strange problem of Aggregation of views fields not disabled even after it has been set to no in the Views UI. When I checked… Read more “Aggregation not disabled even after it is set to no in Views UI in drupal 7”
Translate View More/Less text in Facet Blocks in Drupal 7
Enable facet_bonus block. Then you will have hook_facet_items_alter. To enable the hook you need to go to configuration of facets and click on the facet configure filter… Read more “Translate View More/Less text in Facet Blocks in Drupal 7”