Errors related to applications, code (PHP, Ruby, etc.), hardware, drivers, etc.
I was upgrading the video driver for the graphics card in my Dell D420 laptop and ran into the below errors numerous times. The driver that was being upgraded was the Mobile Intel 945GM Express Chipset Family which is the driver for the onboard video controller in the Dell Latitude D420. Error: “The class installer has denied…
Recently I was upgrading various WordPress plugins one of which was the WP Block Admin plugin. This plugin will redirect all users with certain permissions away from the default /wp-admin directory back to the homepage after login. This is beneficial if most of your users only have to login for a forum or for comments…
When upgrading Subversion on CentOS you may run into a conflict issue under certain circumstances. I noticed this issue when installing git via yum which required an upgrade of subversion. The installation of git failed because of a “Transaction Check Error” that was caused by the upgrade of subversion. The special circumstances included a 64-Bit…
When attempting to upgrade PostgreSQL on Windows XP using the One-Click installer provided by EnterpriseDB I received the below error. Error copying file from packed archive C:/downloads/postgresql-8.3.5-2-windows.exe to C:/Program Files/PostgreSQL/8.3/bin/comerr32.dll After receiving this error I aborted the upgrade at which time Windows popped up the below error.
bash rake aborted! undefined method `each’ for #<mysql:0x5cdda84> Realized from this post, that downgrading from MySQL 5.1.x to 5.0.x will do the trick.
I saw this problem in Windows (not Linux) running the msysGit bash prompt bash git submodule update error: Entry ‘README.rdoc’ would be overwritten by merge. Cannot merge. Unable to checkout ‘fee9487e0d5464fc328f1c9c91eb059fef75988e’ in submodule path
When performing a “yum update” I received the following error which deals with a library needed by the nfs-utils package on CentOS. Error: Missing dependency: libevent-1.1a.so.1 is needed by package nfs-utils On this machine NFS is not needed so I took the following steps to complete the “yum update”. Remove nfs-utils: First remove nfs-utils by…
Most gems are very easy to install however they have typically been created for a Unix or Linux environment such as CentOS, RedHat, or OS X. This can cause all sorts of issues with libraries, compilers, etc. because less time has been spent making sure that these gems install on all versions of Windows because…
When configuring NGINX with SSL the configuration stated you could have the listen parameter followed by IP:PORT. Initially I attempted to put the below.