Fix WordPress RSS Feed XML Parsing Errors – XML or text declaration not at start of entity

Fix WordPress RSS Feed XML Parsing Errors – XML or text declaration not at start of entity

Today, i  discovered that my blog feed was showing error in Firefox and other browsers.  This error comes if white space of empty line at the start of xml feed content. Your xml feed content should start with xml declaration without white space or empty line. Blank lines or white…continue reading →
Window 7 RC Installation Error Fix – No device drivers were found. Make sure that the installation media conains the correct drivers

Window 7 RC Installation Error Fix – No device drivers were found. Make sure that the installation media conains the correct drivers

If you are facing this error and could not find a solution then you are at right place. I hope what i am sharing here could solve your issue. This error comes most likely due to corrupted installation media so to work correctly you just need to make sure installation…continue reading →

CakePHP Call to undefined function vendor() Error

Vendor() function basically used to load third party library in CakePHP. This function have been deprecated in the recent CakePHP releases.  The vendor function in earlier CakePHP releases has been replace with new App::import method that is more user friendly and allow you to include third party library in several ways.…continue reading →

What is Cryptography

Cryptography is the process of transforming digital information into an unintelligible form so that it can be sent over unsafe channel of communication.  The transformed data called cipher text that is in the form that nobody can understand.  The transformation process handled by a data key.  This key required to…continue reading →

MySQL Too Many Connections Error Problem & Fix

If you are getting? Too many connections error when you try to open your website in browser, It means all available connection used by other script or mysql process. Number of connection to mysql server determined by setting in mysql conf? file.? By default,? it is 151? for MySQL 5.x…continue reading →