Closed (outdated)
Project:
Table Manager
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2010 at 15:35 UTC
Updated:
27 Jun 2018 at 16:48 UTC
Jump to comment: Most recent
Comments
Comment #1
pfismvg commentednot by design, dev simply means unfinished...
It looks like the permission you need ('administer tablemanager settings') is not included yet in the admin/user/permissions screen
to quickly fix this edit tablemanager.module
find the following line:
$perms = array('administer tables', 'list tables', 'administer/ create own tables');
and change it to:
$perms = array('administer tablemanager settings', 'administer tables', 'list tables', 'administer/ create own tables');
Comment #2
swortis commentedThanks Marcel.
-S
Comment #3
pobster commentedClosing as D6.x is now unsupported.