Question : wordpress permalink problem in windows server Ans: If you are using IIS 7 and have admin rights on your server, you can use Microsoft's URL Rewrite Module instead. Though not completely compatible with mod_rewrite, it does support WordPress's pretty permalinks. Once...
Category: Wordpress
wordpress error Cheatin’ uh?
Error: When you try to upload the image or logo from your theme or media library then wordpress shows the error "Cheatin’ uh?" Solution : 1) Open file media-upload.php vi wp-admin/media-upload.php search line number 126 and replace the code From...
You do not have sufficient permissions to access this page
Error : You do not have sufficient permissions to access this page When try to activate the plugin in wordpress and then some time it shows the error "You do not have sufficient permissions to access this page" then you...
common-issues-wordpress
1. Lost Admin Password & Email Retrieval Is Not Functioning The problem: You lost your WordPress admin password, and have tried to enter your username or email address in the “Lost your password?” page but failed to receive any link...
Incompatible archive: PCLZIP_ERR_BAD_FORMAT
Error : Are you getting this wordpress error whilst trying to automatically update wordpress or a plugin Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature Solution : The error due the disk space is...
.htaccess Generation Issues in wordpress
Fixing .htaccess Generation Issues in wordpress If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be...
MySQL server has gone away for query
Error : “WordPress database error MySQL server has gone away for query…..” Solution : You need to add the following line in line number 334 in wp-includes/wp-db.php file $this->query("set session wait_timeout=600"); Done
Great WordPress Plugins
Wp-e-commerce : have you ever wanted to build online shopping websites ? e-commerce type website ? yes this plugin is perfect for you can use it to make online e-commerce site.this plugin can easily handle shppoing cart,credit card processing,paypal etc....
Location of configuration files in CMS
Location of configuration files on number of CMS Wordpress: /home/username/public_html/wp-config.php CommercePro: /home/username/public_html/catalog/includes/configure.php and /catalog/admin/includes/configure.php Picture Pro: /home/username/public_html/include/config.inc.php phpBB: /home/username/public_html/config.php Joomla: /home/username/public_html/configuration.php MediaWiki: /home/username/public_html/LocalSettings.php
Strange characters in WordPress
Strange characters ’ and  in Wordpress posts Error : After a wordpress upgrade we started to get all kinds of weird symbols in our posts, including  and ’. I figured it was a character encoding mismatch problem. Solution:...