Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ASP
newbie question
 

Index | Next | Previous | View Flat


kostek at ustka

Sep 22, 2008, 1:09 PM


Views: 1402
Permalink
newbie question

Hi!

I have problem running one site using Apache::ASP,

errors from apache log:
[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found
where ope
rator expected at /var/www/gptgruppe/_proced.asp line 4, near ") <-->
\tUrl" <--
>
[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] \t(Missing
operator befo
re Url?) <-->
[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found
where ope
rator expected at /var/www/gptgruppe/_proced.asp line 5, near ") <-->
\tIf" <-->

[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] \t(Missing
operator befo
re If?) <-->
[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found
where ope
rator expected at /var/www/gptgruppe/_proced.asp line 20, near "If"
<--> (Migh
t be a runaway multi-line '' string starting on line 6) <-->

the _proced.asp script consist of few functions:
like this:

<%

Function HrF (Link, Alt, Group)
Url = Request.ServerVariables ("URL")
If Url = "/" & Link Or Url = "/gptgruppe/" & Link Then
'If InStr(Url, Left(Link, 5)) <> 0 Then
HrF = "<div class=Dmenu><span>" & Alt & "</span></div>"
Else
HrF = "<div class=Dmenu><a href=" & Link & ""
if isNumeric(group) then HrF = HrF & "
onclick=""doSwitchGroup(" & Group & ");"" "
HrF = HrF & ">" & Alt & "</a></div>"
End If
End Function


Is it possible to fix it.. ??

Best regards
k0stek

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe[at]perl.apache.org
For additional commands, e-mail: asp-help[at]perl.apache.org

Subject User Time
newbie question kostek at ustka Sep 22, 2008, 1:09 PM
    Re: newbie question warren at etr-usa Sep 22, 2008, 2:01 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.