DSN Setup
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.
In the DSN admin page, I created a link called "bugzilla" and have it a DSN like:
mysql://pidan:PPPPPP@MACHINE.ARGH.FOO/bugzilla
(addresses and passwords have been altered of course)
Perm name seems to be "permissions" - what do I need to do?
Thanks