Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    •  
      CommentAuthorkonus
     

    When I work locally with admin_plugin I can access to /admin, but when I copy the database to the "production" site, i got the error:

    You don't have enough privileges to perform selected action.
    

    Any help?

    • CommentAuthorpweil
     
    I know this sounds obvious, but double check your file permissions db privileges. I can't tell you how many times I thought the permissions and prvileges were right, only to recheck them and find out they really weren't.
    •  
      CommentAuthorbermi
     

    Felipe, login as admin user on your production app and visit /admin/permissions/manage/ there you can set what each Role is allowed to do.

    •  
      CommentAuthorkonus
     

    That is exactly the problem. I put the right user/password but after authenticated... the message "up" is showed. Today I realize that I'm working locally with PHP5, but the production server has PHP4... any know issue about it?