Add permission for Testlink in Trac

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
lclemente
TestLink user
Posts: 2
Joined: Fri Mar 20, 2009 5:02 pm

Add permission for Testlink in Trac

Post by lclemente »

Hi all,

Someone knows the follow problem?

[root@brcpsrep03 trac]# trac-admin /var/lib/trac/projetos_especiais/ permission add vntbran XML_RPC
/usr/local/lib/python2.6/site-packages/Trac-0.11.3-py2.6.egg/trac/core.py:36: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
self.message = message
/usr/local/lib/python2.6/site-packages/Trac-0.11.3-py2.6.egg/trac/core.py:42: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
return unicode(self.message)
Command failed: XML_RPC is not a valid action.

Regard´s
Luis Clemente
lclemente
TestLink user
Posts: 2
Joined: Fri Mar 20, 2009 5:02 pm

Post by lclemente »

Sorry, i forget this information:

OS: Centos5.2
Trac version: Trac-0.11.3
Python version: Python-2.6.1
Plugin: xmlrpcplugin-r5367.zip
Pysqlite: pysqlite-2.5.5

When I run the trac-admin command with permissions to some user, the error occurs.

Thank´s Again
gosanjeev
TestLink user
Posts: 4
Joined: Mon Mar 23, 2009 1:57 am

Re: Add permission for Testlink in Trac

Post by gosanjeev »

Appears like XML_RPC plugin is not installed properly for the project. The AccountManagerPlugin for Trac makes it easier to assign roles
http://trac-hacks.org/wiki/AccountManagerPlugin[/url]
Post Reply