Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Maps not showing in events when using SSL

10 years 10 months ago
Licenses:
JomSocial Expired

Hi,
Can you send us a patch to solve the maps issue? when browsing on SSL (https:) the maps do not show in events or in Friend's Location plugin. We still use Jomsocial 3.1.1

I believe you solved this issue in later versions.

The second issue we face, is when posting video in Jomsocial 3.2x the video is stored in the database but does not show in the stream. This is why we still use 3.1.1

We would like to upgrade if you can tell us why these faults occur before we request your assistance.

10 years 10 months ago
Licenses:

Hi Marcus,

Could you please give me FTP & Administrator access detail. I will put the fixes code for you.
Because we using compressed javascript files. We don't have patch directly for users, too risky in some reasons.

Regards,
Albert

10 years 10 months ago
Licenses:
JomSocial Expired

Hi Albertus,

I have supplied the FTP and ADMIN credentials. I ask you kindly to use this information with extreme caution.
We are obliged by our terms and conditions to maintain a safe site for the benefit of our members, and not disclose our members information to any third party. I thank you in advance.

10 years 10 months ago
Licenses:
JomSocial Expired

Hi Albertus,

Have you completed the work? I can see that maps are now showing in Friends Location, but NOT showing in events? can you please give me a breakdown of your work? thank you. Marcus

10 years 9 months ago
Licenses:
JomSocial Expired

So what is going on? is this how you treat your customers? what do you expect from us? leave open ended crendentials?
Your service leaves a lot to be desired my friends! you will not be taken seriously if you continue this way!!!!!!!!

10 years 9 months ago
Licenses:

Hi Marcus,

I have done with the friends location plugins. but not yet with the event maps.
I still got problem with compressed javasrcipt. because many code changes. The support can't done < 1 hour.

after your open the FTP access again. I need at least 3 hours.

But if you want to upgrade the Jomsocial version. I no need FTP access anymore

Friend's Location plugin
/plugins/community/friendslocation/friendslocation.php
add new code at line 283:

$scheme = JUri::getInstance()->getScheme();

edit at line 289:
From
script.src = "http://maps.google.com/maps/api/js?sensor=false&callback=plgFriendsLocInitializeMap";

To
script.src = "'.$scheme.'://maps.google.com/maps/api/js?sensor=false&callback=plgFriendsLocInitializeMap";

Regards,
Albert

10 years 9 months ago
Licenses:

Hi Marcus,

please tried this soutions, but backup any files first before any changes made.
1. replace script-1.2.min.js at /jomsocial/components/com_community/assets/

This attachment is hidden for guests.
Please log in or register to see it.


2 edit /components/com_community/templates/default/map.zoom.php remove http: at any google maps value
From
http://maps.google.com .....

To
//maps.google.com .....

3 edit /components/com_community/views/events/view.html.php
remove this code at line 142 and 1244
$script = '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>';
$document->addCustomTag($script);

Regards,
Albert

This message has an attachment file.
Please log in or register to see it.

10 years 9 months ago
Licenses:
JomSocial Expired

Hello Albertus,
Thank you for your reply.
I attach the new login credentials credentials. I tried to implement your fix, but unfortunately it did not work!
Please try and fix the events maps issue which currently does not show.

We would like to upgrade to the latest version of Jomsocial but if we do, the video posting feature does not work properly.
Once a video is posted, it shows in the backend (stored in db) but it does not show on the stream on the front-end of the site!
We currently run Jomsocial 3.1.1 and we don't have this problem at the moment.
As soon as we try to upgrade to 3.2.x this video problem comes again.

Our subscription is up to date, so, if you would like to upgrade to 3.2.0.7 and see if you can fix this video issue that would be good.

PLEASE NOTE: BEFORE YOU DO THAT YOU MUST PUT THE SITE OFF LINE WHILE YOU TEST THE VIDEO ISSUE!!!!!!!
WE DO NOT WANT OUR MEMBERS TO SEE YOUR TESTING PROCEDURES, IT IS NOT GOOD FOR BUSINESS.

Once you have upgraded the site, please test the complete site for any other issues that may be there, but I don't think we have any problems except from this video posting bug.

10 years 9 months ago
Licenses:

Hi Marcus,

Can I download your Akeeba Backup file? so i can make local copy from your site.
It more safe if I make the fixes at local copy first, after test it i will give you the patched files. so you can put on your live site.

If you allow me to download your Akeeba Backup file. please put it under images folder. (http://[yoursite.com]/images/[akeeba file])
so I can download it without time out problem.

Regards,
Albert

10 years 9 months ago
Licenses:
JomSocial Expired

Yes Albertus you can download the jpa file. As requested I placed it in the images folder for you to use.
Please note: you must understand that this file contains private members demographics and must be used with extreme privacy and must be destroyed after completing your work. Thank you.
Marcus

10 years 9 months ago
Licenses:

Hi Marcus,

I understand with your site privacy.
I only will use your site copy for debugging purpose. after this topic resloved.
I will delete the local copy.

Regards,
Albert

10 years 9 months ago
Licenses:

Hi Marcus,

for map at events, please apply this fixes:
edit /components/com_community/libraries/mapping.php line 153

From
$html = '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>';
$mapScriptLoaded = true;

To
$scheme = JUri::getInstance()->getScheme();
$html = '<script type="text/javascript" src="'.$scheme.'://maps.google.com/maps/api/js?sensor=false"></script>';
$mapScriptLoaded = true;

Let me know the result. this fixes is my version. Because 3.2.0.7 had a lot changes, i can't put the patch/fixes on 3.1.1

I tested my local copy for 3.2.0.7, I can't find video issue like your reported.

Please open new topic for that video issue. So support team can look deeper about that.

Regards,
Albert

10 years 9 months ago
Licenses:
JomSocial Expired

Your maps fix does NOT work? it messed up the page completely. The page is now broken, I had to restore the file to its original state.
Do you know what you are doing? are you a coder or just testing things out of your head? do you ask me to download my complete JPA file for this result?
So what next? ??????????? where do we go from here?

10 years 9 months ago
Licenses:
JomSocial Expired

This is the second fix you send me which messes up my pages and still the issue is not fixed.
You downloaded the complete backup site file Akeeba JPA file for this result?
Obviously you don't know what you are doing, and you are treating us like idiots!!!!!!!!!!!!!!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW