By Kai Roen on Thursday, 13 June 2019
Posted in General Issues
Replies 6
Likes 0
Views 629
Votes 0
There is a bug in ContentACL App.
When restrict categories in Joomla, the articles that is not included in the list is not viewed if a subscriber is logged in with an expired subscription. This bug result that Terms of Agreement can not be viewed when purchase or renew an subscription
Hello Kai,

It seems like i am not able to replicate this issue locally,

Can you please provide us the steps to replicate this issue.

And also provide us with the back end password and correct FTP access details to your site so we can check on this issue?

Update us with response.
·
Friday, 14 June 2019 13:52
·
0 Likes
·
0 Votes
·
0 Comments
·
I have updated credentials for a live site.
Try to register to a subscription or renew/complete the one is not completed.
·
Friday, 14 June 2019 14:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kai,

I have tried to connect with your site backend but after filling login details it's redirecting on same page without any error.
Can you please check it and update me, so i can check it better.

Thank you for understanding !
·
Friday, 14 June 2019 14:20
·
0 Likes
·
0 Votes
·
0 Comments
·
You have to enter https://www.gausdolen.no/administrator/ and enter after login.
There is a bug in Joomla that doesn't redirect after hitting "Login" button.
·
Friday, 14 June 2019 14:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kai,

It seems able to replicate this issue locally. I've logged this issue into our issue tracker and will be included in our upcoming release.

For now to resolve this issue, I have applied a temporary fix at your site to below mentioned file path.
JoomlaFolder/administrator/components/com_payplans/includes/event/events/access.php


// temporary fix
if (count($subs) <= 0 && $option == 'com_content' && $view == 'article') {
return true;
}

After this fix, please check this issue again and let us know if still issue persist.

Thanks for understanding.
·
Friday, 14 June 2019 19:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post