Foren

Error occured in Internet Explorer (When ever changed the scope)

thumbnail
manasa chandri, geändert vor 12 Jahren.

Error occured in Internet Explorer (When ever changed the scope)

Regular Member Beiträge: 152 Beitrittsdatum: 28.09.10 Neueste Beiträge
Hi All,

Whenever we changed the default scope to any other scope in Internet Explorer, it is getting security warning.

I have attached the warning message.

Can anybody know the solution please help me.




Thanks & Regards,
Manasa.chandri.
thumbnail
Walter Christian Guardia Casas, geändert vor 12 Jahren.

RE: Error occured in Internet Explorer (When ever changed the scope)

Regular Member Beiträge: 127 Beitrittsdatum: 05.05.10 Neueste Beiträge
Hi,

this problem has relation with this thread:

http://www.liferay.com/community/forums/-/message_boards/message/10868418

Regards,
thumbnail
manasa chandri, geändert vor 12 Jahren.

RE: Error occured in Internet Explorer (When ever changed the scope)

Regular Member Beiträge: 152 Beitrittsdatum: 28.09.10 Neueste Beiträge
HI Walter Christian Guardia Casas,

Thanks for giving reply to me.

for my problem is : in my system i can change, but in client system, i cannot change.

if possible through code any thing is there. Help me.


Thanks & Regards,
Manasa.chnadri.
simon tuffle, geändert vor 12 Jahren.

RE: Error occured in Internet Explorer (When ever changed the scope)

Regular Member Beiträge: 150 Beitrittsdatum: 18.05.09 Neueste Beiträge
Hi Manasa,

Even i have also faced the same "Security Alert". And this kind of alert will come only for "Admin" role and not for some other role.
Could you please try out the same thing (Internet Explorer) in other system with general user roles.

Rgds,
thumbnail
Ravi Kumar Gupta, geändert vor 12 Jahren.

RE: Error occured in Internet Explorer (When ever changed the scope)

Liferay Legend Beiträge: 1302 Beitrittsdatum: 24.06.09 Neueste Beiträge
Please check for the below points
1. Make sure that every href, src is given something.. its not left blank. For ex. <a href="" />Link</a>.. do not put href as blank. Always give something.
Put a dummy page link if there is nothing or put javascript:'' for src. For ex. <iframe id="iframeID" src="javascript:' ';" ></iframe>
2. Check for links.. make all links relative. If you have host as example.com then don't give like <a href="http://example.com/abc">Abc</a> rather use <a href="/abc">Abc</a>

HTH