By Dennis Johansen on Tuesday, 19 July 2016
Posted in Technical Issues
Replies 7
Likes 0
Views 420
Votes 0
Hello,

After install of easy social component the backend dashboard just keeps loading in loop and when trying to do some changes to it, a popup appears with an error message.
Please advise.
Hi Inge,
I suspect you might be missing these js files:
http://www.domain.com/media/foundry/4.0/scripts/plupload.min.js
http://www.domain.com/media/foundry/4.0/scripts/flot.min.js


Can you provide us your ftp access at http://stackideas.com/dashboard/site so we can help you investigate this issue further? Thanks.
·
Tuesday, 19 July 2016 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your reply Raymond.

Tried to copy these into the path, but it didn't work.
I have sent you guys a help desk instead. since I suspect it could have to do with staging and production enviroment.
·
Tuesday, 19 July 2016 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi again,
Got an email that you are discontinuing the help desk and that I should report the issue here instead.

So moving on with the issue, I am wondering if the error popup issue could have anything to do witth the fact that we are working on a staging enviroment and setting the extensioins up before pushing to production. This means that all extensions are installed on a staging subdomain at the moment.
·
Tuesday, 19 July 2016 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Raymond wrote:
Can you provide us your ftp access at http://stackideas.com/dashboard/site so we can help you investigate this issue further? Thanks.


Hi Raymond, details has been updated, thanks.
·
Tuesday, 19 July 2016 19:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dennis,
It seems that the ajax function is directing to your live site instead of your staging site if you look at the browser console. Based on this, I have helped you changed the following line in the configuration.ini file.
public $live_site = 'http://staging1.interacoustics.com/';

If the value is left blank, it will look for your live site url and not the staging site url. Hope this helped clarifies the issue that you faced.
·
Wednesday, 20 July 2016 20:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond, thank you for your help. Does this mean I should change it back once we push the site to production?
·
Wednesday, 20 July 2016 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

Yes, you should put empty value once your site push to live.


public $live_site = '';
·
Wednesday, 20 July 2016 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post