Wednesday, September 13, 2017

Issue importing WordPress database from development to live server: 1273 - Unknown collation: 'utf8mb4_unicode_520_ci'


So I was trying to import a MySQL database exported from local development machine to a live server and I got the error thrown by phpMyAdmin:
#1273 - Unknown collation: 'utf8mb4_unicode_520_ci'
On some systems, the error could be: Unknown collation: 'utf8mb4_unicode_ci'
Read more »

Monday, September 11, 2017

How to fix WordPress plugin update fail - Plugin update failed ?



Alright, so I had some notifications in a WordPress website to update some plugins, which is damn easy in WordPress. Yes, just click update and finish. But no, this time, a new situation had cropped up. On clicking on 'Update' from the interface, I got the message "Update Failed: Plugin update failed". I immediately turned to Google, searched for solutions others have tried for this WordPress plugin update failed error. Here are a few things findings and solution that worked for me. 
Read more »

Saturday, September 9, 2017

How to use WhatsApp on desktop computer?

Image Source: Whatsapp.com


WhatsApp is currently the most popular messaging app for many users worldwide, almost diminishing the need to use SMS for personal messaging, though SMS is still in use for some other purposes such as receiving OTPs and updates from online shopping etc. I suppose, that may be the case for many other users, now that most users have smartphones and most people use mobile data to stay connected even when moving around. Nowadays, I see many people use WhatsApp for work also. Work related groups are created for quick updates and information.

While at home, I like to use WhatsApp on the computer where I can use the computer keyboard to type conveniently. It is also convenient when I have to copy some text from websites or emails to send to someone. In this post we will see how to use WhatsApp on a computer and how to install the WhatsApp software on computer.
Read more »

Sunday, September 3, 2017

How to fix partially encrypted/mixed content errors after switching from HTTP to HTTPs (SSL)?

connection is not secure https mixed content

How to fix partially encrypted/mixed content errors after switching from HTTP to HTTPs (SSL)?

HTTP (or Hyper Text Transfer Protocol) is the protocol or method used by which data is moved around the Web but HTTP is not secure. HTTPS (or Hyper Text Transfer Protocol Secure) is the answer to the data protection issue. It used to be mostly used by eCommerce and banking related sites. HTTPS protects data by encrypting it before sending it either way by using an SSL (Secure Sockets Layer) Certificate.  Most websites still run on HTTP which is alright if there is not critical information being transferred such as login, password, bank details etc. But when details such as those mentioned are involved in the transfer, HTTP is not secure as there are ways and means by which bad guys can intercept and misuse. But even after applying HTTPS, browsers may block some contents because they are still being served over HTTP. In this post, we will check how to fix partially encrypted / mixed content errors after switching from HTTP to HTTPS.
Read more »

Google Search Consile Error - Submitted URL marked ‘noindex’

Sitemaps are important from SEO perspective. If you have installed the WordPress plugin Google XML Sitemaps , and you have submitted a link ...