Errors related to applications, code (PHP, Ruby, etc.), hardware, drivers, etc.
I recently received a new Dell laptop that has Windows 7 Ultimate 64-Bit as the operating system. A friend and I were discussing virus protection software as well as spyware protection software and how Windows 7 handles each. I am a big fan of Windows Defender so I was looking at the configuration on my…
I have been using QTTabBar in Windows XP for over a year and have been really satisfied with the functionality it added to Windows Explorer. When I received my new laptop one of the first applications I installed was the QTTabBar and at first it seemed as though things were working without issue. After a…
You may receive the below error when attempting to upload files via the WordPress Add New Media page. The error is fairly specific regarding what the issue is however you may be unfamiliar with how to resolve the issue so below I will explain how to modify php.ini and resolve the error.
I wasn’t sure if Notepad++ was going to install properly on my new laptop running Windows 7 64-Bit. After the initial installation of Notepad++ I was receiving an error that I assumed must be related to the fact that this was a 64-Bit OS and not a 32-Bit OS. The issue ended up being a…
Earlier when attempting to use request-log-analyzer on a new server I had just installed it on I got the error stated below. There are numerous updates to the gems I was using to fulfill all of the requirements of the request-log-analyzer gem. I went through and updated many of the gems until I ran into…
I got the error below when attempting to configure a Django project to be served by FastCGI via Apache for the first time. I have configured FastCGI but it had been awhile and the server I was working with had ISPConfig installed on it and what I thought to be mod_fastcgi. Below I explain the…
I received an error when configuring a Django run site for the first time. The setup included installing and configuring some items I am not so familiar with such as mod_python, Django, and other Python items. I finally started making some progress and when I initially launched a test site I received the below errors…
I received the error below when attempting to use easy_install to add the html5lib package on a server for a client. I assumed all of the necessary python packages were installed since easy_install was already available via python-setuptools-devel. After a quick investigation I noticed that the python-devel package was not installed. This can easily be…
I have had FORCE_SSL_ADMIN set for quite awhile now in my wp-config.php file which forces all traffic to /wp-admin/ to be HTTPS. When I initially configured this setting it broke numerous WordPress plugins which I fixed however I missed MM-Forms being broken. The issue was the exact same as previous plugins that had the issue…