By Ciaran on Wednesday, 09 May 2018
Posted in Technical Issues
Likes 0
Views 7.7K
Votes 0
Hello

I have had random users suddenly unable to reply to posts. For these users it is always the same console error...

SecurityError: Permission denied to access property "document" on cross-origin object something:1889
eventHandler https://mysite.com/forum/somthing:1889:5
dispatch https://www.mysite.com/media/com_easydiscuss/scripts/site/easydiscuss-4.0.22.js:241:506
add/r.handle https://www.mysite.com/media/com_easydiscuss/scripts/site/easydiscuss-4.0.22.js:237:205


The same issue is present with the Protostar template so does not appear to be template related.

Ciarán
A quick update...

I was able to resolve this issue by correcting the $live_site variable in my configuration.php..

From..

public $live_site = 'http://www.mysite.com/';


to...

public $live_site = 'https://mysite.com/';


Ciarán
·
Wednesday, 30 May 2018 00:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue? You may store your site access at http://stackideas.com/dashboard/site so you don't have to provide these information all the time
·
Wednesday, 09 May 2018 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Ciaran, glad that your issue is resolved now.
·
Wednesday, 30 May 2018 09:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post