DaveG wrote: > I have noticed issues with passwords when BlogIt is included before > config.php passwords are defined -- BlogIt has to read pages to get > PTVs, so needs to have passwords set first. Perhaps there's a similar > interaction going on here -- perhaps move BlogIt to be the last thing in > config.php.
Thanks. That's it. BlogIt has to be included AFTER the inclusion of the authuser script. It should be also behind $EnableGUIButtons = 1; since BlogIt will disable the GUI Buttons otherwise. Sorry that I don't hit that simple solution on my own. _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
