10 Most common WordPress Issues.
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 to create…
You do not have sufficient permissions to access this page.
You do not have sufficient permissions to access this pageWhen try to activate the plugin in wordpress and then some time it shows the error “You do not have sufficient…
When you try to upload the image or logo from your theme or media library then wordpress shows the error “Cheatin’ uh?”
Open file media-upload.phpvi wp-admin/media-upload.phpsearch line number 126andreplace the codeFromwp_die( __( ‘Cheatin’ uh?’ ) );To// wp_die( __( ‘Cheatin’ uh?’ ) );Save the file
WordPress permalink problem in windows server
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…
How to upgrade php version on plesk ?
Sol: You can simply upgrade the php version on LINUX PLESK server by using following stepsroot@server # cd /usr/local/srcroot@server # wget -q -O - http://www.atomicorp.com/installers/atomic.sh | shroot@server # yum upgrade…
DB Error: connect failed in horde
Error : When try to access the Horde from cPanel then it shows following error. Warning: fopen(/var/cpanel/horde/log/horde_0.log) : failed to open stream: Permission denied in /usr/local/cpanel/3rdparty/lib/php/Log/file.php on line 216A fatal…
Reset MySQL root Password
If you have forget the mysql root password and you are not able to access your mysql service then you need to reset the password of mysql root user by…