« Return to Thread: DSN Setup

Re: DSN Setup

by Damian Parker :: Rate this Message:

| View in Thread

On Mon, 2005-11-14 at 13:10 -0800, pidan (sent by Nabble.com) wrote:

> Hello folks,
>
>   I am trying to use the SQL plugin in TikiWiki, but it doesn't seem
> to work.
>   The error occurs at:
>
>  global $$perm_name;
>
>   //$$perm_name = 'y'; //woofy
>
>         if ($$perm_name != 'y') {
>                 return ('wrong perm name');
>         }
>
>   I altered the plugin to tell me what the perm-name was and it was:
>  
>   tiki_p_dsn_bugzilla
>
>   On the debugger console I found lots of permissions that are
> tiki_p_xxx but none that match this.
>

Goto Admin->Groups, choose the group that should be allowed/granted this
permission, click its yellow KEY icon.

At the bottom of the page is a short list of permissions, above that
list are a range of drop down boxes. One of the rightmost ones when
changed will give you a different group of permissions available.

Find the above mentioned permissions and checkbox it then apply to the
group.

I believe the documentation on tikiwiki.org
(http://tikiwiki.org/PluginSQL and http://tikiwiki.org/AdminDSN ) show
these steps and also present the security issue with using this plugin.


--

Damian Parker
Damosoft
http://www.damosoft.co.uk




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Tikiwiki-users mailing list
Tikiwiki-users@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-users

 « Return to Thread: DSN Setup