| 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 |
| 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 |