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.
ISSUE SUMMARY:
I set up cron job in my server but the e-mais I receive give me this message:
Looking up equismap.com
Making HTTPS connection to equismap.com
lynx: Can't access startfile https://equismap.com/index.php?option=com_community&task=cron
I tried with and without www in url address., and using http: and https:
I am using hostgator with cpanel, and the command line is this one:
Seems your server has some special configuration with "lynx", Another solution and this is easy, you can use croneasy.com or setcronjob.com to run the cron :)
It seems to be working, however this job didn´t put coordinates in my users table.
My user´s register in my site using a custom form made by me. This form insert user´s data in all default jomsocial fields (address,city,state,country), but not in coordinates fields (other table). I need to refresh user´s coordinates. I read documentation and I understood that cronjob would do this task.
Please advice.
we dont have code to recoordinate the maps, but we only have the code to get the user counter on the cities and countries, which the result can be seen on google map on dashboard page.
I am supposed to get and store user coordinates in jomsocial database during registration, or when the user provide address fields in a form, am I right?
A second alternative would be a thirdpart extension.
Hey Dimas,
I didnt get it yet.
I understood that cronjob do not put coordinates based on users address.
I am not using jomsocial registration form, but my own custom form.
I am already using the configuration you passed in your last answer.
My question is:
When exactly jomsocial gets users coordinates?
The coordinates on table community_users will be generate once you finished update your profile (if you used jomsocial register form). And the coordinates for members map on backend dashboard will be updated via cron jobs.
But if you used your own custom code, the coordinates cant be generated, since that coordinates only generated from jomsocial code.