Re: Gallery Module
Brian McGilligan <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Did you upgrade the security from 0.8.2 or previous? I recently found a bug in the upgrade procedure that causes some problem, but haven't had a chance to release a new version yet. If you did an upgrade try removing the security module and reinstalling it, that should fix the problem if you did an upgrade. If it was a fresh install then the default Admin user should have Admin security levels to the security module. Going to this url: http://localhost/core.1.1/index.php?module=security&type=admin&func=view you should be able to change security levels for the gallery module. If you a get still get an error try running this SQL statement against you database: INSERT INTO xar_security_roles (modid, itemtype, itemid, uid, xoverview, xread, xcomment, xwrite, xmanage, xadmin) VALUES (270,0,0, admin_uid, 1,1,1,1,1,1); You may need to change the table prefix to what ever you set it to and change admin_uid to your admin's role userid. Hope this helps. later. Brian wwalkerbout wrote: > Hi, > > I thought I'd try out the Gallery Module. But at this time, I am running > into the following message after installing the Module when I attempt of > access either of the Gallery Module or the Security Module: > User Error > Privileges Error > You do not have the proper security to perform this action! > > Problem: > The operation you are attempting requires privileges that you do not have. > Contact the systems/site administrator to request access. > > > > Anyone got thoughts on what is causing this? My configuration is: > > Xaraya 1.1.2 > > PHP 5.1.2 > > Gallery 0.9.7 > > Security 0.9.5 > > Ajax Lib 0.9.0 > > Any suggestions appreciated. > > Cheers, > > > > Wayne > > > >