Author |
Topic  |
bobby131313
Senior Member
   
USA
1163 Posts |
Posted - 07 February 2007 : 17:13:44
|
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
|
use ie spell instead
|
 |
|
bobby131313
Senior Member
   
USA
1163 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 08 February 2007 : 03:03:35
|
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. |
 |
|
Netz
Starting Member
Denmark
25 Posts |
Posted - 09 March 2007 : 11:29:15
|
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 |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 09 March 2007 : 15:27:31
|
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... |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 09 March 2007 : 17:21:50
|
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 |
 |
|
bobby131313
Senior Member
   
USA
1163 Posts |
Posted - 09 March 2007 : 21:12:56
|
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 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
Posted - 11 March 2007 : 18:56:55
|
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 |
 |
|
daveo
New Member

97 Posts |
Posted - 11 March 2007 : 19:29:45
|
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/ |
 |
|
bobby131313
Senior Member
   
USA
1163 Posts |
Posted - 11 March 2007 : 19:48:58
|
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 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
JohnC
Junior Member
 
215 Posts |
Posted - 12 March 2007 : 14:20:49
|
In AJS.js line 249, replace this:status = req.status; with this:var status = req.status; |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 12 March 2007 : 14:54:50
|
dunno if that works..i did try it but then again it has never worked for me |
© 1999-2010 MaD2ko0l |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Topic  |
|