By Sam Famma on Tuesday, 04 October 2016
Posted in Technical Issues
Replies 10
Likes 0
Views 335
Votes 0
I need confirmation if this a real bug or our website only. All was working fine till the last Firefox update. We can still upload photos via stream and even set them to avatars and covers.

But will not upload directly via avatar and post upload functions. They work on all other browsers just Firefox is the issue. ES 1.4x Can you let me know if you have the same issue?
Actually that was known issue if using latest version of Firefox, can you try my following instruction and see how it goes?

1. modify this file JoomlaFolder\media\foundry\4.0\scripts\iframe-transport.js


// LINE 183
iframe = $("<iframe src='javascript:false;' name='" + name +

// Replace with
iframe = $("<iframe src='about:blank' name='" + name +


2. temporary change your Easysocial environment mode to use 'development' and see is it upload work fine or not

3. If yes, then switch back to production mode, then modify this file -> JoomalFolder\media\foundry\4.0\libraries\closure.php

// LINE 33
const URL = 'http://deployer.stackideas.com:1280';

//replace with

const URL = 'http://oauth.stackideas.com/compiler';



4. Run this compiler URL -> http://yoursite.com/index.php?option=com_easysocial&compile=1&minify=1

If the issue still persists, can you provide us with your Joomla backend and FTP access so we can better have a check? because both access I also unable to connect.
·
Tuesday, 04 October 2016 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you please clarify

Run this compiler URL -> http://yoursite.com/index.php?option=com_easysocial&compile=1&minify=1

is this the ea/ themes. compiler?
·
Wednesday, 05 October 2016 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that is correct compile URL and this compiler URL only compile for JS only.
·
Wednesday, 05 October 2016 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
i have the same issue. i will try your help provided.
NK
·
Friday, 07 October 2016 20:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello NK,

This issue has been resolved in EasySocial 2.0 already but try the steps above and it will work
·
Saturday, 08 October 2016 02:24
·
0 Likes
·
0 Votes
·
0 Comments
·
when will you release 2.0 ? can i wait until release or is release not in the near future ?
NK
·
Sunday, 09 October 2016 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey NK,

Currently I can't tell you when is the exact release date for Easysocial 2.0 yet, because now still under beta version and our developer still fixing all those bug reported by tester.

Perhaps you can start a new thread and provide us with your Joomla backend and FTP access so I can temporary add the fix in your site?
·
Sunday, 09 October 2016 08:52
·
0 Likes
·
0 Votes
·
0 Comments
·
I have this same issue, and the iframe-transport.js fix in development mode works! However, when I try to run the compiler I do not seem to be getting the result of the js change to propagate through. I am currently running on a test server locally, does the oath compiler need to be invoked from the registered domain to work? I am just hesitant to push this fix to the production environment without testing locally first
·
Wednesday, 19 October 2016 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Steve,

Nope, that is not related with the registered domain to work, because if manually compile it, that is not completely work, so I would suggest to temporary switch to development from the Easysocial environment settings.

By the way, this proper fix will included in Easysocial 2.0, and the Easysocial 2.0 will release soon.
·
Wednesday, 19 October 2016 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, I've manually add the fix from the compiled min.js file, try download my attached file and replace into this following file location : JoomlaFolder\media\com_easysocial\scripts\easysocial-1.4.12.static.min.js

Note : Make sure your Easysocial site using the latest 1.4.12 version.
·
Wednesday, 19 October 2016 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post