Announcement

Collapse
No announcement yet.

Hi ! Testing.. Fresh install i receive error 403 in several screns

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hi ! Testing.. Fresh install i receive error 403 in several screns

    Hi ! Im testing this CRM , installed as default, with only one user admin (i suppose it came will full privileges , right ? )

    When i try to upload the logo of my company, it says ERROR 403: ACCESS DENIED

    Then i can create a contact with no problem, but after that I can not edit it,it says ERROR 403: ACCESS DENIED

    and this happens in several screens, what should i edit to have FULL RIGHTS to all the crm ?

    for example, i can not edit my own name, lang, avatar...


  • #2
    Originally posted by altomarketing View Post
    Hi ! Im testi....
    Dudes, i just resolved it with adding to .htaccess

    Code:
    <Limit GET POST PUT DELETE HEAD OPTIONS PATCH>
    Order allow,deny
    Allow from all
    </Limit>

    Comment

    Working...
    X