Errors are often part of the development process. During that, You eventually have seen the error message “Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”. This error can occur when you try to login to your WordPress website. This article explains a few options to solve … Continue reading “How to Fix the Error “Cookies are Blocked or Not Supported by Your Browser””
Blog
How to Increase the Maximum Upload File Size in WordPress
Did you know that the server upload file size limit can restrict you to upload large media files like video files, huge images, themes, and plugins? Maybe you’ve run yourself into the error “exceeds the maximum upload size for this site” while trying to upload some large media files to your WordPress site. So you … Continue reading “How to Increase the Maximum Upload File Size in WordPress”
How to Easily Move Your Website from WordPress.com to WordPress.org
Do you plan to move your blog from WordPress.com to a self-hosted website that you can get from WordPress.org? For many users, this is a good choice. Did you know that WordPress.com and WordPress.org are, in fact, two different platforms? Do you want to know which option is the better choice for your needs? … Continue reading “How to Easily Move Your Website from WordPress.com to WordPress.org”
How to Fix Error: Could not save Password Reset Key to Database
Are you trying to login to your WordPress website, but it failed? Do you try to reset the password, and you get the error ‘Could not save Password Reset Key to Database’? That indicates that there is not enough free space left on your hosting account, and WordPress cannot write new login information into the database. … Continue reading “How to Fix Error: Could not save Password Reset Key to Database”
How to Change WordPress Table Prefix of mySQL Database
If you like to change the WordPress table prefix of the database on an existing WordPress website, you can use the following SQL query, where you have to update the header and the SET properties to your needs: database name oldprefix_ newprefix_ This is the SQL query: SET @database = “databasename”; SET @oldprefix = “oldprefix_”; … Continue reading “How to Change WordPress Table Prefix of mySQL Database”
How to Migrate WordPress to a New Server (Step-By-Step-Guide)
WordPress website migration can be a daunting and stressful task, especially when you don’t know how to tackle it without complications. There might be some people who hire a professional to transfer their site to a new host—or looking for a hosting provider that offers free migration services with their hosting package. However, if you’ve … Continue reading “How to Migrate WordPress to a New Server (Step-By-Step-Guide)”
WordPress 5.5 Update Of The Year – Exciting New Features – Improvements – Bug Fixes
Updated on 12th August 2020: WordPress 5.5 has been released and left the beta status. Please test WordPress 5.5 on a staging site first to make sure that it does not break anything on your production website. WordPress 5.5 is probably the update of the year and is the second major release this year. Usually, … Continue reading “WordPress 5.5 Update Of The Year – Exciting New Features – Improvements – Bug Fixes”
WP STAGING Pro Nulled – How to get WP STAGING for Free
Are you looking for WP STAGING Pro Nulled that comes without any license activation and is freely available? You find websites where you can download WP STAGING for free or at a meager price compared to the original price tag we have on our product. After reading this article, I promise you don’t want to … Continue reading “WP STAGING Pro Nulled – How to get WP STAGING for Free”
The WordPress Developer From Hell – Or Why I Never do Plugin Updates on a Production Site
It’s happening again. You are looking into your customer’s WordPress dashboard, and you see there is a new update available for this great fancy plugin you install in all of your customer websites all the time whenever you create a new WordPress website. You start reading the changelog of the plugin, and you decide it’s … Continue reading “The WordPress Developer From Hell – Or Why I Never do Plugin Updates on a Production Site”
How to Backup WordPress Website Manually using cPanel
I’m sure you love your website and can’t afford to lose it. Every website can get hacked or attacked by malicious software. Especially, WordPress websites are a lucrative target for attackers. More than 200 million WordPress sites are reachable, and more than 14.7% of the world’s Top 100 Websites are based on WordPress. (At date … Continue reading “How to Backup WordPress Website Manually using cPanel”