Event ID 3
KB ID 0000341 Problem Event ID 3 Source: SystemServiceModel Error: WebHost failed to process a request. Sender Information. Exception: System.ServiceModel.ServiceActivationException: The service ‘/EWS/exchange.asmx’ cannot be activated due to an exception during compilation. The exception message is: Security settings for this service require ‘Anonymous’ Authentication but it is not enabled for the IIS...
XBMC ‘Gotham’ – Network Manager is Incompatible
KB ID 0001014 Problem I’ve just replaced my XBMCbuntu media PC (an Acer Revo 3700) with a newer machine, and I was rebuilding the old one for my neighbour. I’m not sure if he has a wired connection where his TV is so I wanted to use Network Manager to setup the wireless connection. But when I tried to add it, this happened; XBMC 13.0 (Compiled May 4 2014) Solution 1. To get round this you need to install the add-on from a...
XBMC Icefilms Add-on ‘Failed to import Metahandlers’
KB ID 0000895 Problem XBMC was running quite happily, but whenever I tried to use Icefilms or navigate though the menus I was getting the following error. Icefilms Import Failure Failed to import Metahandlers A component needed by Icefilms is missing on your system Please visit www.xbmcchub.com for support Solution I did a complete remove and reinstall but the problem persisted. There are a couple of extra steps needed. 1. To...
Webmin – Read User Mail Error ‘The mail server in the module configuration was not found on your system’
KB ID 0000885 Problem While setting up and configuring a new Postfix mail server, I attempted to use the Webmin ‘Read User Mail’ module, and got this error. Module Config Read User Mail The mail server set in the module configuration was not found on your system, You will need to adjust the configuration to use the correct server. Solution At first I thought I needed to enter a servername into the config. However it seems...
Putting Textboxs on your Web Pages
KB ID 0000233 Problem I needed to this HERE, this makes it easier for visitors to copy code or commands to their clipboard. Solution You can either do this directly in the code of the webpage, or if you use Dreamweaver you can use that also. Option 1: The following code, <!– begin textbox –> <textarea name=”txtArea” cols=”70″ rows=”5″ id=”txtArea”>Heres some Text...
Posting To Facebook ‘Images Missing’ from ‘Choose a Thumbnail’
KB ID 0000288 Problem When using AddThis or by posting a URL into your facebook status, It wont show the thumbnail you want for your web page. Solution Insert the image URL into the <Head> of the web page code like so, <head> <link rel=”image_src” href=”http://www.petenetlive.com/Images/square_logo.jpg” /> </head> Then when you go to post you will see, Related Articles,...
Tracking Affiliate Advertising Clicks in Google Analytics
KB ID 0000632 Problem Google Analytics is great at telling you what’s coming into your site, but it’s not designed to tell you what’s going out. For the most part that’s OK, but what if you have affiliate adverts, and you want to track if your visitors are clicking on them, or you want to find out which ones are NOT getting clicked on so you can drop them. Solution 1. First you need to delay the result of the...
Can I delete _vti_inf.html and the _vti folders?
KB ID 0000742 Problem I was doing some site tidying this week, usually If I don’t know what something is I leave it alone, but I was on a mission! I had a bunch of files/folders in the root of my website, that, a) I didn’t know what they were doing, and b) wanted to delete. File: _vti_inf Folders: _private, _vti_bin, _vti_cnf, _vti_log, vti_pvt, _vti_txt Solution As it turns out these folders are needed for FrontPage and...
Internet Explorer Puts ‘Borders’ Round Your Images
KB ID 0000823 Problem Chrome is my browser of choice, so I don’t look at my website with IE often. (Yes I know that’s bad practice for a webmaster). So I was surprised when I opened my home page and saw this. IE does this IF your image is a hyperlink. Solution Option 1: Edit your Hyperlink If you have a lot of them this is quite time consuming, but you can add the attribute of border and set it to zero within the IMG section of...
RSS Error – Your feed appears to be encoded as “UTF8”, but your server is reporting “US-ASCII”
KB ID 0000889 Problem I don’t validate and check the sites RSS feed as often as I should, but post server migration I got this error; This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations. Your feed appears to be encoded as “UTF8”, but your sever is reporting “US-ASCII” Solution As you can see by the section I’ve...