IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

ASP Discussion :

Sujet : erreur '800a139a' C'est quoi?


Sujet :

ASP

  1. #21
    Membre du Club
    Profil pro
    Inscrit en
    Décembre 2003
    Messages
    145
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2003
    Messages : 145
    Points : 44
    Points
    44
    Par défaut
    ben je sais pas trop...Immobilis.! Ce que je peux vous donner c'est le fichier asp ? ??
    Parce que en langage asp je suis plutot démuni
    Je suis allé cher microsoft mais bon c'est un peux du chinois

    A quoi sert en fait cette ligne concrétement ? :
    str_output = objRegExp.Replace(str_html, "")

  2. #22
    Membre du Club
    Profil pro
    Inscrit en
    Décembre 2003
    Messages
    145
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2003
    Messages : 145
    Points : 44
    Points
    44
    Par défaut
    voici le bloc de code original dans son ensemble, ca vous aidera peut être?
    Apparemment ça remplace des balises html . Mais a quoi ça sert???? Le probléme se situe ici (?)

    function strip_html(str_html)
    ':::::::::::::::::::::::::::::::::::::::::::::::::::::
    ' removes html tags from str_html
    ':::::::::::::::::::::::::::::::::::::::::::::::::::::
    dim objRegExp, str_output
    set objRegExp = new Regexp

    if not isNull(str_html) then

    objRegExp.IgnoreCase = True
    objRegExp.Global = True
    objRegExp.Pattern = "<(.|\n)+?>"
    str_output = objRegExp.Replace(str_html, "")
    objRegExp.Pattern = "\&(.|\n)+?;"
    str_output = objRegExp.Replace(str_output, "")
    str_output = Replace(str_output, "<", "&lt;")
    str_output = Replace(str_output, ">", "&gt;")
    strip_html = str_output

    end if

    set objRegExp = Nothing
    end function

  3. #23
    Expert éminent
    Avatar de Immobilis
    Homme Profil pro
    Développeur .NET
    Inscrit en
    Mars 2004
    Messages
    6 559
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Développeur .NET

    Informations forums :
    Inscription : Mars 2004
    Messages : 6 559
    Points : 9 506
    Points
    9 506
    Par défaut
    Bon, quand est-ce que ta fonction est appelée?

    En cherchant sur le web (http://www.wrensoft.com/zoom/support/faq_asp.html), comme tu disait il pourraitt s'agir d'un pb de version:
    VBScript error "0x800A139A - Unexpected quantifier", when using exact phrase searching
    These errors are due to your web server running an old version of VBScript.
    Zoom requires VBScript 5.5 or later and MDAC 2.8 or later to be installed on your web server, for the ASP platform option. Click the above links to download from Microsoft and install them on your web-server. If you are unable to do so, consult your web host.
    If for some reason you can not install VBScript 5.5 or later, and you have VBScript 5.1, you may still be able to run the script and avoid this error by disabling "exact phrase matching".
    You could also try updating to the latest version of the
    Window scripting enigine
    http://msdn.microsoft.com/library/de...entid=28001169
    http://msdn.microsoft.com/library/de...quantifier.asp
    A+
    "Winter is coming" (ma nouvelle page d'accueil)

  4. #24
    Membre du Club
    Profil pro
    Inscrit en
    Décembre 2003
    Messages
    145
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2003
    Messages : 145
    Points : 44
    Points
    44
    Par défaut
    Merci Immobilis !
    ca confirme mes doutes .Je contact mon herbergeur pour qu'il mettre son vbscript à jour.
    Je vous tiens au courant.....des que j'ai une réponse.
    @+

  5. #25
    Membre du Club
    Profil pro
    Inscrit en
    Décembre 2003
    Messages
    145
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2003
    Messages : 145
    Points : 44
    Points
    44
    Par défaut Merci merci !
    MERCI MERCI à tous les participants ( Immobilis, Pymm, ahage4x4pour leur AIDE

+ Répondre à la discussion
Cette discussion est résolue.
Page 2 sur 2 PremièrePremière 12

Discussions similaires

  1. Erreur EPrivilege c'est quoi
    Par colorid dans le forum Langage
    Réponses: 3
    Dernier message: 07/04/2011, 14h40
  2. c'est quoi cet erreur? rt.jar?
    Par aroua dans le forum Eclipse Java
    Réponses: 5
    Dernier message: 27/02/2008, 10h55
  3. c'est quoi cette erreur ?
    Par guitariste dans le forum C++
    Réponses: 4
    Dernier message: 26/12/2007, 20h42
  4. session_start erreur c'est quoi quoi le problème ?
    Par noobspower dans le forum Langage
    Réponses: 3
    Dernier message: 06/03/2007, 13h43
  5. c'est quoi cette erreur??
    Par elekis dans le forum C++
    Réponses: 5
    Dernier message: 11/09/2005, 14h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo