Error while updating your WordPress Installations Automatically or Getting error while uploading file to WordPress blog “Failed to write file to disk.”, Here is a solution for this errors.

If you are getting an error while uploading a file or image to your WordPress blog or when automatically updating your WordPress installation, then here is the solution for the same. All errors are related to something like this: Error 01: Error while uploading file, image to WordPress blog “Failed to write file to disk.” …

How to Fix ‘Warning: require_once() [function.require-once]: Unable to allocate memory for pool.’ Warning thrown at you while you were trying to login in your WordPress admin page.

Today, I was trying to log in to my website’s Admin page, but I was stopped by following a warning from WordPress’s The full warning summary was something like this:

WordPress (WP) Custom Designed Login Logo gets truncated or cropped after WordPress is updated to 3.8+

Background: It seems the custom-designed logo of the login form gets cropped or truncated if you update your WordPress installation to 3.8 or later. Just for background & history of the WordPress login form, the logo was something rectangular in shape, as shown below: My custom design of my Studio’s logo was the right fit …

Automating WordPress Website Maintenance.

Assumptions, Prerequisites & Basic KnowledgeI assume you have decent web design and development knowledge, including HTML and CSS for Ice on Cake, and a working knowledge of PHP. I believe you have deployed your WordPress website on an online live server. Introduction to Automated WordPress MaintenanceThis tutorial & my blog post will help you to …

How to Automatically Empty WordPress Trash.

This wp-config.php function controls the days before WordPress permanently deletes posts, pages, attachments & comments from the trash bin. This function will automate the process of deleting WordPress Trash & you will not have to press the ‘Empty Trash’ button again for your installation. Default WordPress Trash Settings:The default is 30 days.

Indent Multiple Lines of Code on Mac using Xcode. Fix Code Tab Indention on Mac using XCode?

The problem is when you have flat multiple lines of code & you want all of the code indent in one click of a button without going through every word or line by pressing the button ‘Tab’. So I put down few notes containing tutorial to how to indent multiple line of code within one …

What is WordPress Salt? A WordPress Security or Secret Key Generator (WordPress Tip for Optimum Security)

Introduction to WordPress Security KeysWordPress introduced security keys in the WordPress 2.6 Release to better encrypt information stored in the user’s cookies. Security Keys will look like these examples, but don’t use the duplicate keys given below: Benefits of WordPress ‘Salt’

Reduce MySQL Database size by managing WordPress Post Revisions count (WordPress Tip for Optimum Performance)

Description:The WordPress revisions system records each saved draft or published update. You can see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what changed in each revision—what was added, what remained unchanged, and what was removed. Lines added or removed are highlighted, and individual …

How to repair and optimise MySQL Databases through phpMyAdmin for optimum WordPress Performance.

IntroductionAs we use & utilise our WordPress website running with MySQL database, it gets cluttered & overheads with extra information or data in database tables. Sometimes, it crashes on its burden. So what we should do in the first place is repair & optimise it for optimum performance. So, Here is how to do it…!!! …

How to selectively or enable & disable ‘WordPress Automatic Background Updates’ while modifying code in the WordPress root wp-config.php file & Your theme’s functions.php file

Introduction to WordPress’s New Functionality Automatic Background Updates:WordPress 3.7 introduced automatic background updates to promote greater security and streamline the update process. By default, only minor releases are enabled for maintenance and security purposes, as well as translation file updates. The default behaviour in WordPress 3.7 is the automatic core update for minor versions, i.e., …