It's seems like a trivial error (missing semicolon) but to be honest I can't even tell where this source code in the error is coming from. Can someone point me to the right file?

[snippet from error log]

[...]

[Mon Jan 20 19:02:31 2003] [warn] [client 65.93.183.220] [AxKit] Recompiling XSP script
[Mon Jan 20 19:02:31 2003] [warn] [client 65.93.183.220] [AxKit] package Apache::AxKit::Language::XSP::ROOT::data::sites::simonwoodside_2ecom::pr ojects::ict::wiki::view; @Apache::AxKit::Language::XSP::ROOT::data::sites::simonwoodside_2ecom::p rojects::ict::wiki::view::ISA = ('Apache::AxKit::Language::XSP::Page');

[...]

Scalar found where operator expected at (eval 16) line 86, near """
$_args"
(Missing operator before
$_args?)
Script:
1 package Apache::AxKit::Language::XSP::ROOT::data::sites::simonwoodside_2ecom::pr ojects::ict::wiki::view; @Apache::AxKit::Language::XSP::ROOT::data::sites::simonwoodside_2ecom::p rojects::ict::wiki::view::ISA = ('Apache::AxKit::Language::XSP::Page');
2 use Apache;
3 use Apache::Constants qw(:common);
4 use XML::LibXML;#initialize xsp namespace
5 #initialize xsp namespace
6 sub handler {
7 my ($r, $cgi, $document) = @_;
8 my ($parent);
9
10 { my $elem = $document->createElement(q|xspwiki|);$document- >setDocumentElement($elem); $parent = $elem; }
11 $parent->setAttribute(q|wiki|,q|http://axkit.org/NS/xsp/wiki/1|);

[...]

85 $_args{preview_page} = ""
86 $_args{dbpath} = ""
87 . do {$dbroot};
88 $_args{db} = ""
89 . do {$db};
90 $_args{page} = ""
91 . do {$page};


Obviously, there should be a semicolon at the end of line 85. But where is this source code? I've poked in the wiki directory, and in /usr/local/share/perl/5.6.1 which is where all the AxKit modules are living.

simon

---
anti-spam: do not post this address publicly
www.simonwoodside.com -- 99% Devil, 1% Angel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to