General > Support

Not displaying in popup window

(1/1)

The_Gaffer:
Hi everyone !

just installed Webim and everything seems to have gone ok, i can log into the admin area and everything seems fine.
The button to show i'm online displays ok but when i click on it i just get a popup window   406 message with "Internet Explorer cannot read this webpage format"

any ideas would be gratefuly appreciated ?

 

Inspirer:
It seems you have mod_security installed (http://www.modsecurity.org/), replace the following part of button code

--- Code: ---&url='+escape(document.location.href)+'&referrer='+escape(document.referrer)

--- End code ---
with a single quote character, or
insert

--- Code: ---.replace('http://','').replace('https://','')

--- End code ---
after
document.location.href and document.referrer.

I'll fix it in 1.6.2 (though it is not a messenger fault).
PS: another way is to turn off mod_security completely, create .htaccess file

--- Quote ---<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

--- End quote ---

The_Gaffer:
Thank you for your help Inspirer

Your information was appreciated

I tried the .htaccess but that never worked, then i replaced the code: (.replace('http://','').replace('https://','') ) That worked a treat!
Now everything is working fine ...  :D

Regards
Steve

Navigation

[0] Message Index

Go to full version