Shoutbox

[Error]My Spellbook - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Error]My Spellbook (/showthread.php?tid=75602)

[Error]My Spellbook by Spike21 on 06-24-2007 at 09:56 PM

code:
Démarrage du script
Script chargé et prêt à l'emploi
Appel de la fonction : OnEvent_Initialize
Appel de la fonction : OnEvent_MenuClicked
Erreur : Objet requis (code : -2146827864)
        Fichier : MySpellbook.js. Ligne : 88.
La fonction OnEvent_MenuClicked a retourné une erreur. Code : -2147352567

I get this error so i try to remove the script and download it again but i keep getting this error.
Sorry, debug is french !
Any idea ?
RE: [Error]My Spellbook by roflmao456 on 06-25-2007 at 02:51 AM

it looks like an object is required..

could you post line 88 of MySpellbook.js

ask the creator?


RE: [Error]My Spellbook by Spike21 on 06-25-2007 at 08:14 AM

line 88 :

var child = XMLDoc.documentElement.firstChild;


RE: [Error]My Spellbook by Matti on 06-26-2007 at 02:16 PM

After checking the source of that script (found in the Scripts DB), it looks like the XML Document Object Model couldn't be created. Unfortunately, this scripts isn't programmed in the best way possible, and it doesn't have proper error catching and thus such errors can occur.

I don't really know why this occurred, but I suggest you to contact the script's author: Eldar Featel.

For other people who want to help: the script can be found here.


RE: [Error]My Spellbook by Spike21 on 06-26-2007 at 04:24 PM

I already send a email to Eldar Featel, i hope he will answer and check !