- From: Terje Bless <link@pobox.com>
- Date: Fri, 10 May 2002 21:03:57 +0200
- To: Eric.Lewis@swissinfo.ch
- cc: www-validator@w3.org
Eric.Lewis@swissinfo.ch wrote: >I'm trying to get the HTML validator to work, Adding the magic words "in a local installation", or somesuch, at this point would probably have been a good idea so we have a hope in ... of grokking what y'all are talking about. :-) >but the same document I'm validating works fine on >http://validator.w3.org, but gives me the following error message on >my server: [...] > > The error was "Unsupported conversion: Invalid argument at > /data/ch/sri/yagi/cgi-bin/html_validator/check.pl line 448. ". > >Does anyone have any idea? The installation instructions are... ummm.... >non-existant. Yeah, we know the instructions suck. Local installability of the Validator in general sucks. Hopefully it'll get fixed some time this milennium, but don't hold your breath... What seems to be happeneing here is that the CGI script can't find one of it's configuration files. In this case, the file that holds the character encoding mapping tables; charset.cfg. If you're a steady hand at Perl you can probably figure out how to fix it from that information. Otherwise you need to send me the revision number of the "check" CGI script (it's up near the top, along with a date and some stuff, inside a "$Id: check,v 1.200.2.19 blah blah $") and the location of all the "*.cfg" files and I'll either make your a custom version or give you instructions for how to fix it. Oh, and if you're working from CVS you need to be carefull which branch you check out. The bleeding edge is totally horked ATM and will only run on my specific development box and pretty much nowhere else. -- "I don't mind being thought of as a badguy, but it /really/ annoys me to be thought of as an *incompetent* badguy!" -- John Moreno
Received on Friday, 10 May 2002 15:18:54 UTC