I feel the need to get this out as soon as possible. If you’re running wordpress 3.3.2 I would highly suggest NOT upgrading to 3.4 yet. I did a test install of 3.4 last night and while it seemed to work, the biggest problem was it didn’t allow tagging of posts. THIS IS A BIG…
Tag: not
WordPress older posts or newer posts link not working [Solved]
So you’ve installed WordPress and all of a sudden, when you clicked on older posts, it doesn’t work. This seems to be a problem that plagues many people and the situation hasn’t been solved. The reality is it’s a misconfiguration in your apache vhost (if you’re using a vhost) or just the apache configuration. So,…
Word or Office Application could not create the work file check the temp environment variable [Solved]
If you all of a sudden get this error, don’t fret. Just do the following: open Regedit (as administrator) from the Start / run prompt or just open a dos window and type regedit.exe Navigate to: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders You should see a key called: Cache registry key Double-click on it and change it’s value…
Sony S-Frame Stupidness [Solved]
Sony S-Frame doesn’t display photos [solved]
FUSE Module not Found Error
If you’re trying to install fuse and getting that dreaded “Module Not Found” error even after a modprobe fuse, just do the following: yum install dkms fuse-dkms service fuse start ok.. It works now. Brought to you by someone with a brain.