Extension, Plugin

Archived
Forum
(read-only)


For official support, visit the official support site »

Custom System Messages

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Brian Litzinger

     

AJAX Not Working With IE (Continued)

Support Request

EricL
EricL

This site kept giving me an error saying my reply could be posted so here’s the reply to the last thread:

I’m using v2.2.2.

litzinger
# 1
Developer
litzinger

Eric, I’ll take a peak at this tonight. In the meantime have you tried adding Firebug Lite to the page?

It wont let me add the script tag, but go to the URL below and you can see the install options. Its very helpful for proper debugging in IE

You can also use the Bookmarklet on their site http://getfirebug.com/firebuglite#Install

EricL
# 2
EricL

Found it…

I changed line 167 in pi.system_messages.php where it says

var EEAction = {
....

self this

to

var self this
litzinger
# 3
Developer
litzinger

Hrm, The version I have in my repo already had that. You sure you updated the pi file to the latest version? Either way, it’s working for you and what I have locally, so it’ll definitely be in the next release (it should already be, but I’ll check).

EricL
# 4
EricL

Yeah, I’m pretty sure I got the most recent one (2.2.2). I re-downloaded it from the Licenses/Downloads tab on my profile page just to make sure and that line’s still missing “var “. But it’s been working fine since I changed it.