Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
2 + 3 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: Sorry, you don't have the permission to access this area. in Publisher
by Zap_English on 2017/2/7 23:21:17

At the moment I'm editing each category to include Anonymous in Read permissions.

In the Permissions part of the module, the categories are not alphabetic or even listed according to weight.

I just checked the list and after I edit the Read permissions in each category, a check appears in the box in the Permissions
Re: Sorry, you don't have the permission to access this area. in Publisher
by Zap_English on 2017/2/7 22:47:51

ok,

1) I checked the groups and anonymous users do have access

2) I did the test.php and they are both at 75M

Webmasters and Registered User were granted view permission by checking the ALL box.

When I check the ALL box for Anonymous user I get "Sorry, you don't have the permission to access this area. " and I'm kicked to the home page

I tried checking each category individually and clicked on "SUBMIT"

After checking 38 boxes it went back to "Sorry, you don't have the permission to access this area. " and I'm kicked to the home page
Re: Sorry, you don't have the permission to access this area. in Publisher
by trabis on 2017/2/7 21:14:13

I'm not sure I understood the problem, please explain: 1 - The Permissions to view categories checkboxes are checked for anonymous users but they don“t have access on viewing articles. Or 2 - You get the error when trying to check The Permissions to view categories checkboxes. My reply before was for number 2. If your problem is number 2, please make sure your changes on the ini file were aplied. Create a test.php file on the root with the code
<?php phpinfo();?>
. Run test.php and see if the upload_max_filesize and post_max_size have the new value. If problem is number 1, then go to system->groups manager->anonymous users and see if this group has access to the module.
Re: Sorry, you don't have the permission to access this area. in Publisher
by Zap_English on 2017/2/7 20:51:48

I had them set as

upload_max_filesize = 50M
post_max_size = 50M

now I've reset them to

upload_max_filesize = 75M
post_max_size = 75M

there is no htaccess file

I just restarted xampp and tried to reset the permissions.

still the same problem

there are 96 categories and over 27,000 articles
Re: Sorry, you don't have the permission to access this area. in Publisher
by trabis on 2017/2/7 19:51:18

Hi, I once had the same problem with updating permissions in the news module.
If you have many categories and many groups, then you may be hiting the post limit allowed by php.

If you have access to php.ini try adding:
upload_max_filesize = 20M
post_max_size = 20M

Alternative, add this lines to .htaccess in the root folder:
php_value upload_max_filesize 20M
php_value post_max_size 20M

Who's Online

258 user(s) are online (201 user(s) are browsing Support Forums)


Members: 0


Guests: 258


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits