Forums

Home » Liferay Portal » English » 3. Development

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
manasa chandri
Error occured in Internet Explorer (When ever changed the scope)
September 22, 2011 5:53 AM
Answer

manasa chandri

Rank: Regular Member

Posts: 141

Join Date: September 27, 2010

Recent Posts

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.
Attachments: image.bmp (960.1k)
Walter Christian Guardia Casas
RE: Error occured in Internet Explorer (When ever changed the scope)
September 22, 2011 12:46 PM
Answer

Walter Christian Guardia Casas

Rank: Regular Member

Posts: 126

Join Date: May 5, 2010

Recent Posts

Hi,

this problem has relation with this thread:

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

Regards,
manasa chandri
RE: Error occured in Internet Explorer (When ever changed the scope)
September 22, 2011 9:33 PM
Answer

manasa chandri

Rank: Regular Member

Posts: 141

Join Date: September 27, 2010

Recent Posts

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
RE: Error occured in Internet Explorer (When ever changed the scope)
September 22, 2011 11:40 PM
Answer

simon tuffle

Rank: Regular Member

Posts: 137

Join Date: May 18, 2009

Recent Posts

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,
Ravi Kumar Gupta
RE: Error occured in Internet Explorer (When ever changed the scope)
September 23, 2011 1:56 AM
Answer

Ravi Kumar Gupta

Rank: Liferay Legend

Posts: 1041

Join Date: June 23, 2009

Recent Posts

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