PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

(0x800A0411) Name redefined: 'regExp'

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • (0x800A0411) Name redefined: 'regExp'

    Hi,

    I'm using using the zoom search (asp) and I'm getting the following error:

    Sun ONE ASP VBScript compilation (0x800A0411)
    Name redefined: 'regExp'
    /search.asp, line 1501, column 5

    Since it's telling that regExp it's been redefined I look for it on other pages and I found it on the file "WebUIValidation.js" inside the folder called "aspnet_client", certantly I did not created this folder neither the files, so I'm not sure how to fix this problem.

    Please how I can fix this problem!

    http://www.radoil.com/search_template.html


    Renaming Variables maybe?

    Thanks,

    ps: I already deleted the declaration(DIM regexp) as suggested on the website but that did not work.

  • #2
    If you are using the ASP option then you need to have full ASP support on the server. This means ASP from Microsoft.

    SunOne is a defunct incompatible clone of Microsoft's ASP, and so won't work.

    See this old post for details.
    http://www.wrensoft.com/forum/showthread.php?t=2928

    Can you use PHP instead. Sun machines (I assume this is on Sun hardware) are likely to have PHP available. PHP should be OK.

    Comment


    • #3
      Thanks for your prompt answer!

      Comment


      • #4
        I switched to PHP and it's working without problems.

        Comment

        Working...
        X