Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Googiespell and IE7
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

bobby131313
Senior Member

USA
1163 Posts

Posted - 07 February 2007 :  17:13:44  Show Profile  Visit bobby131313's Homepage


Has anyone else noticed Googiespell quit working with IE7?

"An error has been encountered on the server. Please try again later"

Anyone come up with a fix yet?


Switch the order of your title tags

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 07 February 2007 :  18:31:16  Show Profile  Visit HuwR's Homepage
use ie spell instead
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 08 February 2007 :  00:07:22  Show Profile  Visit bobby131313's Homepage


I'd rather try to fix it since it's installed in all the forum forms and my members are used to it.


Switch the order of your title tags
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 08 February 2007 :  03:03:35  Show Profile  Visit HuwR's Homepage
the problem isn't with IE7 as I just checked the googiespell page with IE7 and it works fine, so it must be something peculiar to the way the MOD implements it, so I'm afraid you will have to wait until someone who is familiar with the mod posts an answer.
Go to Top of Page

Netz
Starting Member

Denmark
25 Posts

Posted - 09 March 2007 :  11:29:15  Show Profile  Visit Netz's Homepage
Hi Lads,
I use this MOD on my Portal (Image Version)

The speller don't catch whole words- when setup to Danish Language - It even takes spaces and the beginning of next word into consideration !!???

Surely it can be done better... Hmmm

We are NOT the only language on this green planet that uses special letters
and the speller jumps over spaces??? that's really "kebab!" :-)


A wise man don't know everything. But he knows who to ask :)


Be the best you can be


http://www.Bizworld.dk - Work From Home - The Smart way
Stay Healthy: http://www.herbalcenter.dk
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 09 March 2007 :  15:27:31  Show Profile  Visit AnonJr's Homepage
quote:
Originally posted by HuwR

the problem isn't with IE7 as I just checked the googiespell page with IE7 and it works fine, so it must be something peculiar to the way the MOD implements it, so I'm afraid you will have to wait until someone who is familiar with the mod posts an answer.


I wonder if its been updated since the MOD was originally put together...
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 09 March 2007 :  17:21:50  Show Profile  Visit MaD2ko0l's Homepage
its more likly a server problem...i could never get this mod to work...it just dosent pass the info to google, has ur host moved u to a diferent server or somthing liek that?

© 1999-2010 MaD2ko0l
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 09 March 2007 :  21:12:56  Show Profile  Visit bobby131313's Homepage


Works fine for all members on IE6, don't work members on IE7. Quit working for me instantly when I went to IE7. Still works fine in Firefox though.


Switch the order of your title tags

Edited by - bobby131313 on 09 March 2007 21:14:39
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 11 March 2007 :  18:56:55  Show Profile  Visit leatherlips's Homepage
The error is coming from the googiespell.js file. Here is the section of code:

me.showErrorsInIframe();
      me.resumeEditingState();
    }
    else {
      if(!me.custom_no_spelling_error)
        me.flashNoSpellingErrorState();
      else
        me.custom_no_spelling_error(me);
    }
    me.removeIndicator();
  };

  d.addCallback(reqdone);
  reqdone = null;

  var reqfailed = function(res_txt, req) {
    if(me.custom_ajax_error)
      me.custom_ajax_error(req);
    else
      alert("An error was encountered on the server. Please try again later.");

    if(me.main_controller) {
      AJS.removeElement(me.spell_span);
      me.removeIndicator();
    }
    me.checkSpellingState();
  };
  d.addErrback(reqfailed);
  reqfailed = null;

  var req_text = GoogieSpell.escapeSepcial(this.orginal_text);
  d.sendReq(GoogieSpell.createXMLReq(req_text));
}


If anyone knows anything about this and what it is doing, we may be able to get it to work with IE7.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

daveo
New Member

97 Posts

Posted - 11 March 2007 :  19:29:45  Show Profile  Visit daveo's Homepage
I just tested it on my server with IE7. I run W 2003 R2 based server so it is IIS 6 (I think). It worked fine.

http://copdforum.portalone.us/
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 11 March 2007 :  19:48:58  Show Profile  Visit bobby131313's Homepage
quote:
It worked fine.

The Snitz installed version did? Cause I haven't talked to anyone yet that's had it work.


Switch the order of your title tags
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 12 March 2007 :  11:39:17  Show Profile  Visit leatherlips's Homepage
I found this page on the net but I can't figure out what they did. It is for the integration of another application other than Snitz. does anyone know what it means?

Click here

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

JohnC
Junior Member

215 Posts

Posted - 12 March 2007 :  14:20:49  Show Profile
In AJS.js line 249, replace this:
status = req.status;
with this:
var status = req.status;
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 12 March 2007 :  14:31:29  Show Profile  Visit leatherlips's Homepage
No wonder I couldn't find that line. I was looking in the googiespell.js file instead of the AJS.js file.

Can anyone confirm that this fixed the issue with IE7? If so, I'll update the GoogieSpell MOD over at SnitzBitz.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 12 March 2007 :  14:54:50  Show Profile  Visit MaD2ko0l's Homepage
dunno if that works..i did try it but then again it has never worked for me

© 1999-2010 MaD2ko0l
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 12 March 2007 :  14:58:06  Show Profile  Visit leatherlips's Homepage
Can you go to my test site and see if it works? Click here.

Username: demo
Password: demo

If you have IE7 please let me know if it works for you or not.

I don't have IE7 so I can not test it for myself.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07