Hi,
I am trying to setup EspoCRM. Everything seemed to be working fine until I tried it with another (non-admin) user.
I am getting a 403 error, when I promote the user to admin everything can be changed.
The log message:
My apache2.conf:
In the attachments a screenshot from the roles is attached. I dont know why the field level for group and email accounts is set to 'no'. I cant seem to find a way to set these to yes.
I am trying to setup EspoCRM. Everything seemed to be working fine until I tried it with another (non-admin) user.
I am getting a 403 error, when I promote the user to admin everything can be changed.
The log message:
[2017-01-24 20:38:15] Espo.ERROR: API [POST]:/:controller, Params:Array ( [controller] => Case ) , InputData: {"status":"New","priority":"Normal","type":"","tea msIds":["58865e5c7d5fc714f"],"teamsNames":{"58865e5c7d5fc714f":"Technische Commissie"},"name":"test","accountName":null,"acco untId":null,"contactsIds":[],"contactsNames":{},"description":""} - [] []
[2017-01-24 20:38:15] Espo.ERROR: Display Error: , Code: 403 URL: /crm/api/v1/Case [] []
I already tried all steps on this page:[2017-01-24 20:38:15] Espo.ERROR: Display Error: , Code: 403 URL: /crm/api/v1/Case [] []
My apache2.conf:
Options FollowSymLinks AllowOverride None Require all denied
<Directory /usr/share>
AllowOverride None
Require all granted
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
<Directory /var/www/html/crm/>
AllowOverride All
<Limit GET POST PUT DELETE HEAD OPTIONS PATCH> Order allow,deny Allow from all </Limit>
Is there something I missed?<Directory /usr/share>
AllowOverride None
Require all granted
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
<Directory /var/www/html/crm/>
AllowOverride All
<Limit GET POST PUT DELETE HEAD OPTIONS PATCH> Order allow,deny Allow from all </Limit>
In the attachments a screenshot from the roles is attached. I dont know why the field level for group and email accounts is set to 'no'. I cant seem to find a way to set these to yes.
Comment