This would be the URL for JomSocial on my site:
Social Log-in : Undefined error
- Edited
Hi,
Do you mean Authorised JavaScript origins?
Or Authorised redirect URIs?
Both of those contain the correct URIs.
Sorry. I think I understand what you meant now.
I used sns-home for the JP language URL, and social-home for the EN version. Anyway, they are both using sns-home now.
I still get the Undefined error.
:-(
mojobrews
Hi
Kindly Edit fields in first post and submit the super user login for staff.
Also add me as admin for your Google application settings with email pankaj@joomlart.com
So i can able to check your Google app settings.
Thank you. I sent an email to you. Hope you get it.
- Edited
mojobrews
Hi
For redirection issue apply this :
Open plugins\system\jomsocialredirect\jomsocialredirect.php
change line 106 to
if(strpos($returnUrl, 'ajaxlogin') !== false) {
save and check.
The email you sent is using different site not the same domain you are using. Please check again. both site are different.
Thanks for your help.
I changed line 106 to this:
/*if ($returnUrl) {*/
if(strpos($returnUrl, 'ajaxlogin') !== false) {
$link = $returnUrl;
} else {
if ($this->params->get('redirect_previous') == 1) {
$session = JFactory::getSession();
$link = $session->get('redirect_previous_url', $link);
}
}
But I still get "Undefined error".
Ninja The email you sent is using different site not the same domain you are using. Please check again. both site are different.
I can not verify you settings for login as the details are different. Kindly check this part.
Also set the System requirement recommended here : https://documentation.jomsocial.com/wiki/JomSocial_4.4_System_Requirements
Thanks. I sent a email earlier with correct details.
PHP and MySQL Configurations meet the minimums. And System too:
- Edited
For quick reference: https://www.beermyfriend.com/phpinfo.php
I added these lines to my .htaccess file.
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 1024M
php_value post_max_size 4096M
php_value upload_max_filesize 4096M
- Edited
Ninja About the login issue for Google let me know once you ready with correct details.
Could you log-in to Google console? I added your email as an editor.
Nothing I do seems to fix this.
Hope you can help.