Hi Jay!

I'm not supporting the mysql plugin, but it's probably a version issue, as
BoltWire has changed quite a bit in the 4.xx series. (Are you using 4.xx?)
Took a quick peek at it and I notice these lines as a definite problem:

$passwd = BOLTconfig("BOLTmysql-password:$user", 'boltwire');
$database = BOLTconfig('BOLTmysql-database', 'boltwire');
$host = BOLTconfig('BOLTmysql-host', 'localhost');

They should be rewritten to:

$passwd = BOLTconfig("mysql-password-$user", 'boltwire');
$database = BOLTconfig('mysql-database', 'boltwire');
$host = BOLTconfig('mysql-host', 'localhost');

The 'BOLT' prefix is no longer needed in 4.xx and config arrays were also
omitted (ie password:$user => password-$user).  Give that a try and see if
it doesn't help. If so, let me know and I'll update the plugin. If the
plugin author wants to chime in that would be great...

As for the display problems, that is also a version problem. I did a quick
update of the msql plugin page to 4.xx code, but need to do a sitewide
search and replace to fix other pages. Basically <code></code> has been
changed to <box type=code></box>, and in the next release <box code></box>.
Just haven't had the time to work on it...

Hope this helps Jay,

Cheers,
Dan



On Mon, Dec 23, 2013 at 1:19 PM, jdoe <[email protected]>wrote:

> troubleshooting *display issues* in helpfiles - <code></code> examples are
> not beeing displayed
> *getting mysql plugin to run* - have set up config and auth pages. can't
> see where I'm going wrong...
> Thanks for any help. Much appreciated.
> Jay
>
>  --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to