-
AuthorPosts
-
March 31, 2011 at 2:26 pm #162195
Hello,
I’m interested by your JA Comment component associated with JA Janrain, but I’ve tried it on your joomla 1.6 site here and when I want to sign-in using facebook I have this message which appears : “You cannot access the private section of this site.” and when I come back to the page it’s like if I had never logged-in.
When I try with others providers (Yahoo, Google) the same thing happens.So my question is : is it normal ?? Or does your component don’t work correctly with Joomla 1.6 ?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 1, 2011 at 7:42 am #384405<em>@pierrot007 231471 wrote:</em><blockquote>Hello,
I’m interested by your JA Comment component associated with JA Janrain, but I’ve tried it on your joomla 1.6 site here and when I want to sign-in using facebook I have this message which appears : “You cannot access the private section of this site.” and when I come back to the page it’s like if I had never logged-in.
When I try with others providers (Yahoo, Google) the same thing happens.So my question is : is it normal ?? Or does your component don’t work correctly with Joomla 1.6 ?</blockquote>
Hi,
Yes, this is an error of our plugin. However, we will get this fixed for you after being our JAEC member.
Go ahead to join us, during the first 7 days, if you are not happy with any reason, you can cancel the subscription and will receive your money back. No question asked.
Thanks.
June 8, 2011 at 4:23 pm #395316<em>@pierrot007 231471 wrote:</em><blockquote>Hello,
I’m interested by your JA Comment component associated with JA Janrain, but I’ve tried it on your joomla 1.6 site here and when I want to sign-in using facebook I have this message which appears : “You cannot access the private section of this site.” and when I come back to the page it’s like if I had never logged-in.
When I try with others providers (Yahoo, Google) the same thing happens.So my question is : is it normal ?? Or does your component don’t work correctly with Joomla 1.6 ?</blockquote>
I have the same error. Can you tell me if you resolve it or how you resolve it?
Thanks in advanse,
🙂
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 9, 2011 at 7:51 am #395439<em>@theones 245707 wrote:</em><blockquote>I have the same error. Can you tell me if you resolve it or how you resolve it?
Thanks in advanse,
:)</blockquote>
Hi,
JA Comment is our commercial product and our support / forum access are available for paid membership only.
Please go head to buy our membership for legal usage and getting help on this.
bronze_en Friendbronze_en
- Join date:
- March 2008
- Posts:
- 25
- Downloads:
- 6
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
June 19, 2011 at 8:31 am #397186<em>@JA Developer 231635 wrote:</em><blockquote>Hi,
Yes, this is an error of our plugin. However, we will get this fixed for you after being our JAEC member.
Go ahead to join us, during the first 7 days, if you are not happy with any reason, you can cancel the subscription and will receive your money back. No question asked.
Thanks.</blockquote>
I’m member of JAEC and JATC. How can I use JA Janrain with JA JA Comment?
Because when I login using gmail or facebook I have this message “You cannot access the private section of this site.” and I can’t post any comment.
What should I do?Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 24, 2011 at 10:53 am #398224<em>@bronze_en 248094 wrote:</em><blockquote>I’m member of JAEC and JATC. How can I use JA Janrain with JA JA Comment?
Because when I login using gmail or facebook I have this message “You cannot access the private section of this site.” and I can’t post any comment.
What should I do?</blockquote>Hello,
Could you provide me with your site information (your site URL, your site admin account) and your FTP account? So I can diagnose this problem.
Please use the following ticket link to update your information: http://support.joomlart.com/index.php?/Tickets/Ticket/View/74985
Best regards.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 28, 2011 at 10:11 am #398816<em>@bronze_en 248094 wrote:</em><blockquote>I’m member of JAEC and JATC. How can I use JA Janrain with JA JA Comment?
Because when I login using gmail or facebook I have this message “You cannot access the private section of this site.” and I can’t post any comment.
What should I do?</blockquote>Hello,
I can’t upload my fixed file to your host using FTP account you provided me. Please set the permission of your FTP to 777, so I can write file on it.
Thank you.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 29, 2011 at 9:56 am #399075<em>@bronze_en 248094 wrote:</em><blockquote>I’m member of JAEC and JATC. How can I use JA Janrain with JA JA Comment?
Because when I login using gmail or facebook I have this message “You cannot access the private section of this site.” and I can’t post any comment.
What should I do?</blockquote>Hello,
Please open “/plugins/system/janrain/janrain.php” file, then replace this line “$data[‘groups’][$newUsertype] = null;” by “$data[‘groups’] = array( $newUsertype );” (about line 316)
Before:
$data['groups'][$newUsertype] = null;
After:
$data['groups'] = array( $newUsertype );
Please inform me if the problem still occurs.
Best regards.
1 user says Thank You to Stork11 for this useful post
bronze_en Friendbronze_en
- Join date:
- March 2008
- Posts:
- 25
- Downloads:
- 6
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
July 1, 2011 at 2:27 am #399434<em>@nhatnx 250458 wrote:</em><blockquote>Hello,
Please open “/plugins/system/janrain/janrain.php” file, then replace this line “$data[‘groups’][$newUsertype] = null;” by “$data[‘groups’] = array( $newUsertype );” (about line 316)
Before:
$data['groups'][$newUsertype] = null;
After:
$data['groups'] = array( $newUsertype );
Please inform me if the problem still occurs.
Best regards.</blockquote>
It work! thank you very much.
-
AuthorPosts
This topic contains 9 replies, has 5 voices, and was last updated by bronze_en 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum