Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. caro89
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    caro89

    @caro89

    0
    Reputation
    26
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24

    caro89 Unfollow Follow

    Latest posts made by caro89

    • Kontakte können nicht Lizenzen zugeordnet werden // Fehlermeldung

      Hallo,

      ich bin ganz neu hier!
      Ich habe auf einem Testrechner Xampp installiert und das Programm funktioniert auch soweit ganz gut.
      Beim Testen wollte ich nun einer Software einen Benutzer hinzufügen und dan kam folgenden Meldung:

      nction(tagName, attributes) { attributes = attributes || { }; tagName = tagName.toLowerCase(); var cache = Element.cache; if (SETATTRIBUTE_IGNORES_NAME && attributes.name) { tagName = '<' + tagName + ' name="' + attributes.name + '">'; delete attributes.name; return Element.writeAttribute(document.createElement(tagName), attributes); } if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName)); return Element.writeAttribute(cache[tagName].cloneNode(false), attributes); }

      Vielleicht kann mir einer von euch helfen.

      Grüße
      Caro

      posted in Entwicklung
      C
      caro89