Saturday, January 24, 2009

Twitter Access Problem - Mobile Web

Problem: Recently I have been unable to access twitter on my cell phone. I would get to the log in page but constantly get a "403 Forbidden" error when trying to access the site.

Solution: Make sure you are going to m.twitter.com and not www.twitter.com. This small change fixed the problem for me.

Labels: , ,

Thursday, January 22, 2009

Service Pack 3 Install Error - Not Enough Disk Space

Problem: When attempting to install service pack 3 for Windows XP an error appears stating that there is not enough disk space even though there is plenty of free space on the computer. Error shown below:

"There is not enough disk space on C:\\WINDOWS\$NtServicePackUninstall$ to install Service Pack 3. Setup requires a minimum of 4 additional megabytes of free space or if you also want to archive the files for uninstallation, Setup requires 4 additional megabytes of free space. Free additional space on your hard disk and then try again."

For me the problem showed up in my bootcamp install of Windows XP on my mac.

Solution:You need to add a key to the registry.
- Go to: hkey-local-machine\software\microsoft\windows\currentversion\setup
- Add a new string value named "BootDir" and set the value to C:\

Apparently it was trying to install the update to the recovery partition and not the C: partition.

Labels: , , , ,