Someone handling the @Dawn_News on twitter has made a big boo boo. Please see the following (click to enlarge)

Tag Archives: Bugs
How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress
I have been getting the following error because I changed the database table prefix
You do not have sufficient permissions to access this page.
The cause of the problem is that you have changed the database prefixes but still, some of the word press config is tied down to the previous prefix (wp_ or something)
Just execute the following two queries
-- Replace 'prefix_' with your actual prefix UPDATE `prefix_usermeta` SET `meta_key` = REPLACE( `meta_key` , 'wp_', 'prefix_' ); -- Replace 'prefix_' with your actual prefix UPDATE `prefix_options` SET `option_name` = 'prefix_user_roles' WHERE `option_name` ='wp_user_roles' AND `blog_id` =0;
TortoiseSVN 1.5.6.14908 bug on Windows Vista
Lately, I have been getting the following errors while running or attempting to run Tortoise SVN 1.5.6.14908 on my Windows Vista Business Edition.
So what I did was, download the latest Nightly Build from tortoise website and it solved the issue. Hope it helps somebody.
Is Windows Live really stable?
I just came up with this question today morning when I am not able to even check or see old mails in my Windows Live mail account.
I had previously blogged about Windows Live policies on the number of email per hour and you know what? I cannot even get ANY email pass through that server to my hotmail live account even though my domain (and all its IPs) are not blacklisted.
Check the screenshot that I have been redirected to since morning
jQuery Error

jQuery Error, originally uploaded by asim.zeeshan.
I tried opening the jQuery documentation website for a reference and it was running into errors. I strongly feel that there should be an offline documentation with every release.
A Bug in WordPress v 2.5.1
A Bug in WordPress v 2.5.1, originally uploaded by asim.zeeshan.
Excerpts from PHPCommunity
I discovered a BUG in WordPress Version 2.5.1, the forgot password sends you an email with the “key” that is supposed to generate a new email but the “key” itself contains characters like “&” which appends to the URL like query string and wordpress gives an error that the “key” is invalid.
Transfering Domain from TUCOWS
Transfering Domain from TUCOWS, originally uploaded by asim.zeeshan.
What a programmer who has mentioned and probably coded many lines of code to check if the user has selected only “one of the given checkboxes”. I wonder why he could not think of using radio buttons instead. What a freak
Elance Blunder
All the logos of the companies are shuffled up in this screenshot. What a blunder from one of the Largest Outsourcing platform
GoDaddy.com’s BUG
GoDaddy.com Problem, originally uploaded by asim.zeeshan.
I use GoDaddy.com for domains, sometimes, and this time when i opened Godaddy, it was showing me someone else’s personal information. I did not even heard of this person before in my life, which tells me its definately godaddy’s bug.
I sent an email to this guy and to godaddy and still no reply from either one till date.
ResellerClub.com Transecute Gateway Error
ResellerClub.com Transecute Gateway Error, originally uploaded by asim.zeeshan.
Take a look at this one. This is resellerclub.com, one of India’s largest domain registrar and this is what i get when i try to add funds … huh!! what a service.
What if there is a situation when you need to add funds to protect a domain from being deleted? is it really reliable !????




