Error: Permission denied to access property "document"
706 views
Skip to first unread message
kaingo
unread,
Apr 9, 2016, 5:04:29 PM4/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sahana-Eden
I'm trying to access sahana eden by embedding a link in liferay. This works properly but when i try to create staff and try to assign an organization in which the staff belongs which is not already there by clicking on "create organization" a blank pop window without form appears.... i ran firebug and this is the errors i got:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sahana-Eden
i have found out what causes the error It seems the browser is preventing cross-site scripting attach This is forbidden due to cross domain origin. You can only get content of iframe from the same domain you are on. the iframe(in pop form) points to a different domain(web2py : locahost:8000) different from liferay using localhost:8080 ... that why the permission error.